Html Css Color HEX #F9CFDA Pink Lace

📋 copy color: '#F9CFDA'

red 249 ◦ green 207 ◦ blue 218

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

Shades of Pink Lace #F9CFDA

Tints of Pink Lace #F9CFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 32.34%

R = 36.94%
G = 30.71%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F9CFDA (or 0xF9CFDA) is known color: Pink Lace. HEX triplet: F9, CF and DA. RGB value is (249,207,218). Sum of RGB (Red+Green+Blue) = 249+207+218=674 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.94% from 674); Green value is 207 (81.25% from 255 or 30.71% from 674); Blue value is 218 (85.55% from 255 or 32.34% from 674); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CFDA is #063025. Grayscale: #DCDCDC. Windows color (decimal): -405542 or 14340089. OLE color: 14340089.

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

Color convert

RGB 249 207 218 -
CMYK 0 0.17 0.12 0.02
HSL 344.29º 0.78% 0.89% -
HSV(B) 344.29º 0.17% 0.98% -
XYZ 74.03 69.83 75.91 -
YUV 220.81 126.41 148.11 -
System Red Green Blue C M Y K H S L
Decimal 249 207 218 0 0.17 0.12 0.02 344.29 0.78 0.89
Hex F9 CF DA 0 11 C 2 158 4E 59
Octal 371 317 332 0 21 14 2 530 116 131
Binary 11111001 11001111 11011010 0 10001 1100 10 101011000 1001110 1011001

Color Harmonies of #F9CFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CFDA

Black with #F9CFDA

Text Example


Text Example

White with #F9CFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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