Html Css Color HEX #F9CFD6 Pink Lace

📋 copy color: '#F9CFD6'

red 249 ◦ green 207 ◦ blue 214

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

Shades of Pink Lace #F9CFD6

Tints of Pink Lace #F9CFD6

RGB

 RED value IS 249 (97.66% from 255) = 37.16%

 GREEN value IS 207 (81.25% from 255) = 30.9%

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

R = 37.16%
G = 30.9%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#F9CFD6 (or 0xF9CFD6) is known color: Pink Lace. HEX triplet: F9, CF and D6. RGB value is (249,207,214). Sum of RGB (Red+Green+Blue) = 249+207+214=670 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.16% from 670); Green value is 207 (81.25% from 255 or 30.90% from 670); Blue value is 214 (83.98% from 255 or 31.94% from 670); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CFD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CFD6 is #063029. Grayscale: #DCDCDC. Windows color (decimal): -405546 or 14077945. OLE color: 14077945.

HSL color Cylindrical-coordinate representation of color #F9CFD6: hue angle of 350º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F9CFD6 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 207 214 -
CMYK 0 0.17 0.14 0.02
HSL 350º 0.78% 0.89% -
HSV(B) 350º 0.17% 0.98% -
XYZ 73.52 69.62 73.18 -
YUV 220.36 124.41 148.43 -
System Red Green Blue C M Y K H S L
Decimal 249 207 214 0 0.17 0.14 0.02 350 0.78 0.89
Hex F9 CF D6 0 11 E 2 15E 4E 59
Octal 371 317 326 0 21 16 2 536 116 131
Binary 11111001 11001111 11010110 0 10001 1110 10 101011110 1001110 1011001

Color Harmonies of #F9CFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CFD6

Black with #F9CFD6

Text Example


Text Example

White with #F9CFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CFD6; }

 p { color: rgb(249,207,214); }

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

background-color css

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

 a { background-color: rgb(249,207,214); }

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

border-color css

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

 span { border-color: rgb(249,207,214); }

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