Color Hex Logo

#ffcffa Color Hex

#FFCFFA
(255,207,250)
0 Favorites   0 Comments

Color spaces of #ffcffa

RGB 255207250
HSL0.851.000.91
HSV306°19°100°
CMYK 0.000.190.02   0.00
XYZ80.808172.7878100.2329
Yxy72.78780.31840.2868
Hunter Lab85.315819.7663-9.9356
CIE-Lab88.346423.9006-14.6493

#ffcffa color RGB value is (255,207,250).

#ffcffa hex color red value is 255, green value is 207 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ffcffa hue: 0.85 , saturation: 1.00 and the lightness value of ffcffa is 0.91.

The process color (four color CMYK) of #ffcffa color hex is 0.00, 0.19, 0.02, 0.00. Web safe color of #ffcffa is #ffccff. Color #ffcffa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001111 11111010
Octal 377 317 372
Decimal 255 207 250
Hex FF CF FA

RGB Percentages of Color #ffcffa

%35.81
%29.07
%35.11

CMYK Percentages of Color #ffcffa

%0
%19
%2
%0

Triadic Colors of #ffcffa

#ffcffa #faffcf #cffaff

Analogous Colors of #ffcffa

#ffcffa #ffcfe2 #eccfff

Monochromatic Colors of #ffcffa

#ffcffa

Complementary Color

#ffcffa #cfffd4

#ffcffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcffa Color CSS Codes

.mybgcolor {background-color:#ffcffa; } 
.myforecolor {color:#ffcffa; }
.mybordercolor {border:3px solid #ffcffa; }

#ffcffa Text Font Color

<p style="color:#ffcffa">Text here</p>

This sample text font color is #ffcffa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ffcffa Background Color

<div style="background-color:#ffcffa">
Div content here</div>

This div background color is #ffcffa


#ffcffa Border Color

<div style="border:3px solid #ffcffa">
Div here</div>

This div border color is #ffcffa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,207,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffcffa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffcffa;
  -webkit-box-shadow: 1px 1px 3px 2px #ffcffa;
  box-shadow:         1px 1px 3px 2px #ffcffa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,207,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ffcffa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ffcffa;
  -webkit-box-shadow: 1px 1px 3px 2px #ffcffa;
  box-shadow:         1px 1px 3px 2px #ffcffa;">
Div content here</div>

This div box has shadow with color #ffcffa

Related Colors

#ffcffa Color Palettes


Comments

No comments written yet.

Please login to write comment.