Html Css Color HEX #F9CFDD Pink Lace

📋 copy color: '#F9CFDD'

red 249 ◦ green 207 ◦ blue 221

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

Shades of Pink Lace #F9CFDD

Tints of Pink Lace #F9CFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 32.64%

R = 36.78%
G = 30.58%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F9CFDD (or 0xF9CFDD) is known color: Pink Lace. HEX triplet: F9, CF and DD. RGB value is (249,207,221). Sum of RGB (Red+Green+Blue) = 249+207+221=677 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.78% from 677); Green value is 207 (81.25% from 255 or 30.58% from 677); Blue value is 221 (86.72% from 255 or 32.64% from 677); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CFDD is #063022. Grayscale: #DDDDDD. Windows color (decimal): -405539 or 14536697. OLE color: 14536697.

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

Color convert

RGB 249 207 221 -
CMYK 0 0.17 0.11 0.02
HSL 340º 0.78% 0.89% -
HSV(B) 340º 0.17% 0.98% -
XYZ 74.43 69.99 77.99 -
YUV 221.15 127.91 147.86 -
System Red Green Blue C M Y K H S L
Decimal 249 207 221 0 0.17 0.11 0.02 340 0.78 0.89
Hex F9 CF DD 0 11 B 2 154 4E 59
Octal 371 317 335 0 21 13 2 524 116 131
Binary 11111001 11001111 11011101 0 10001 1011 10 101010100 1001110 1011001

Color Harmonies of #F9CFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CFDD

Black with #F9CFDD

Text Example


Text Example

White with #F9CFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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