Color Hex Logo

#ffcff9 Color Hex

#FFCFF9
(255,207,249)
0 Favorites   0 Comments

Color spaces of #ffcff9

RGB 255207249
HSL0.851.000.91
HSV308°19°100°
CMYK 0.000.190.02   0.00
XYZ80.651772.725299.4091
Yxy72.72520.31910.2877
Hunter Lab85.279119.5759-9.4185
CIE-Lab88.316523.7238-14.1664

#ffcff9 color RGB value is (255,207,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001111 11111001
Octal 377 317 371
Decimal 255 207 249
Hex FF CF F9

RGB Percentages of Color #ffcff9

%35.86
%29.11
%35.02

CMYK Percentages of Color #ffcff9

%0
%19
%2
%0

Triadic Colors of #ffcff9

#ffcff9 #f9ffcf #cff9ff

Analogous Colors of #ffcff9

#ffcff9 #ffcfe1 #edcfff

Monochromatic Colors of #ffcff9

#ffcff9

Complementary Color

#ffcff9 #cfffd5

#ffcff9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcff9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcff9 Color CSS Codes

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

#ffcff9 Text Font Color

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

This sample text font color is #ffcff9
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.


#ffcff9 Background Color

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

This div background color is #ffcff9


#ffcff9 Border Color

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

This div border color is #ffcff9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcff9

Related Colors


Comments

No comments written yet.

Please login to write comment.