Html Css Color HEX #F0C9CE Pink Lace

📋 copy color: '#F0C9CE'

red 240 ◦ green 201 ◦ blue 206

#F0C9CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Lace #F0C9CE

Tints of Pink Lace #F0C9CE

RGB

 RED value IS 240 (94.14% from 255) = 37.09%

 GREEN value IS 201 (78.91% from 255) = 31.07%

 BLUE value IS 206 (80.86% from 255) = 31.84%

R = 37.09%
G = 31.07%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F0C9CE (or 0xF0C9CE) is known color: Pink Lace. HEX triplet: F0, C9 and CE. RGB value is (240,201,206). Sum of RGB (Red+Green+Blue) = 240+201+206=647 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.09% from 647); Green value is 201 (78.91% from 255 or 31.07% from 647); Blue value is 206 (80.86% from 255 or 31.84% from 647); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C9CE is #0F3631. Grayscale: #D5D5D5. Windows color (decimal): -996914 or 13552112. OLE color: 13552112.

HSL color Cylindrical-coordinate representation of color #F0C9CE: hue angle of 352.31º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0C9CE is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 201 206 -
CMYK 0 0.16 0.14 0.06
HSL 352.31º 0.57% 0.86% -
HSV(B) 352.31º 0.16% 0.94% -
XYZ 67.96 64.75 67.31 -
YUV 213.23 123.92 147.09 -
System Red Green Blue C M Y K H S L
Decimal 240 201 206 0 0.16 0.14 0.06 352.31 0.57 0.86
Hex F0 C9 CE 0 10 E 6 160 39 56
Octal 360 311 316 0 20 16 6 540 71 126
Binary 11110000 11001001 11001110 0 10000 1110 110 101100000 111001 1010110

Color Harmonies of #F0C9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C9CE

Black with #F0C9CE

Text Example


Text Example

White with #F0C9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C9CE; }

 p { color: rgb(240,201,206); }

 H1.HeaderClassName
 {
   color: #F0C9CE;
 }
 .AnyTagClassName
 {
   color: #F0C9CE;
 }
</style>

background-color css

<style>
 a { background-color: #F0C9CE; }

 a { background-color: rgb(240,201,206); }

 div.DivClassName
 {
   background-color: #F0C9CE;
 }
 .BgClassName
 {
   background-color: #F0C9CE;
 }
</style>

border-color css

<style>
 span { border-color: #F0C9CE; }

 span { border-color: rgb(240,201,206); }

 td.TdClassName
 {
   border-color: #F0C9CE;
 }
 .TagClassName
 {
   border-color: #F0C9CE;
 }
</style>