Html Css Color HEX #F0C9D6 Pink Lace

📋 copy color: '#F0C9D6'

red 240 ◦ green 201 ◦ blue 214

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

Shades of Pink Lace #F0C9D6

Tints of Pink Lace #F0C9D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 32.67%

R = 36.64%
G = 30.69%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#F0C9D6 (or 0xF0C9D6) is known color: Pink Lace. HEX triplet: F0, C9 and D6. RGB value is (240,201,214). Sum of RGB (Red+Green+Blue) = 240+201+214=655 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.64% from 655); Green value is 201 (78.91% from 255 or 30.69% from 655); Blue value is 214 (83.98% from 255 or 32.67% from 655); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C9D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C9D6 is #0F3629. Grayscale: #D6D6D6. Windows color (decimal): -996906 or 14076400. OLE color: 14076400.

HSL color Cylindrical-coordinate representation of color #F0C9D6: hue angle of 340º 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 #F0C9D6 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 201 214 -
CMYK 0 0.16 0.11 0.06
HSL 340º 0.57% 0.86% -
HSV(B) 340º 0.16% 0.94% -
XYZ 68.96 65.15 72.56 -
YUV 214.14 127.92 146.44 -
System Red Green Blue C M Y K H S L
Decimal 240 201 214 0 0.16 0.11 0.06 340 0.57 0.86
Hex F0 C9 D6 0 10 B 6 154 39 56
Octal 360 311 326 0 20 13 6 524 71 126
Binary 11110000 11001001 11010110 0 10000 1011 110 101010100 111001 1010110

Color Harmonies of #F0C9D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C9D6

Black with #F0C9D6

Text Example


Text Example

White with #F0C9D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C9D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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