Html Css Color HEX #F9D2DD Pink Lace

📋 copy color: '#F9D2DD'

red 249 ◦ green 210 ◦ blue 221

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

Shades of Pink Lace #F9D2DD

Tints of Pink Lace #F9D2DD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 30.88%

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

R = 36.62%
G = 30.88%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F9D2DD (or 0xF9D2DD) is known color: Pink Lace. HEX triplet: F9, D2 and DD. RGB value is (249,210,221). Sum of RGB (Red+Green+Blue) = 249+210+221=680 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.62% from 680); Green value is 210 (82.42% from 255 or 30.88% from 680); Blue value is 221 (86.72% from 255 or 32.5% from 680); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D2DD is #062D22. Grayscale: #DEDEDE. Windows color (decimal): -404771 or 14537465. OLE color: 14537465.

HSL color Cylindrical-coordinate representation of color #F9D2DD: hue angle of 343.08º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F9D2DD is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 210 221 -
CMYK 0 0.16 0.11 0.02
HSL 343.08º 0.76% 0.9% -
HSV(B) 343.08º 0.16% 0.98% -
XYZ 75.16 71.45 78.24 -
YUV 222.92 126.92 146.61 -
System Red Green Blue C M Y K H S L
Decimal 249 210 221 0 0.16 0.11 0.02 343.08 0.76 0.9
Hex F9 D2 DD 0 10 B 2 157 4C 5A
Octal 371 322 335 0 20 13 2 527 114 132
Binary 11111001 11010010 11011101 0 10000 1011 10 101010111 1001100 1011010

Color Harmonies of #F9D2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D2DD

Black with #F9D2DD

Text Example


Text Example

White with #F9D2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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