Html Css Color HEX #F2D0D9 Pink Lace

📋 copy color: '#F2D0D9'

red 242 ◦ green 208 ◦ blue 217

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

Shades of Pink Lace #F2D0D9

Tints of Pink Lace #F2D0D9

RGB

 RED value IS 242 (94.92% from 255) = 36.28%

 GREEN value IS 208 (81.64% from 255) = 31.18%

 BLUE value IS 217 (85.16% from 255) = 32.53%

R = 36.28%
G = 31.18%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F2D0D9 (or 0xF2D0D9) is known color: Pink Lace. HEX triplet: F2, D0 and D9. RGB value is (242,208,217). Sum of RGB (Red+Green+Blue) = 242+208+217=667 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.28% from 667); Green value is 208 (81.64% from 255 or 31.18% from 667); Blue value is 217 (85.16% from 255 or 32.53% from 667); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D0D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D0D9 is #0D2F26. Grayscale: #DBDBDB. Windows color (decimal): -864039 or 14274802. OLE color: 14274802.

HSL color Cylindrical-coordinate representation of color #F2D0D9: hue angle of 344.12º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F2D0D9 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 208 217 -
CMYK 0 0.14 0.10 0.05
HSL 344.12º 0.57% 0.88% -
HSV(B) 344.12º 0.14% 0.95% -
XYZ 71.7 69 75.18 -
YUV 219.19 126.76 144.27 -
System Red Green Blue C M Y K H S L
Decimal 242 208 217 0 0.14 0.10 0.05 344.12 0.57 0.88
Hex F2 D0 D9 0 E A 5 158 39 58
Octal 362 320 331 0 16 12 5 530 71 130
Binary 11110010 11010000 11011001 0 1110 1010 101 101011000 111001 1011000

Color Harmonies of #F2D0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D0D9

Black with #F2D0D9

Text Example


Text Example

White with #F2D0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D0D9; }

 p { color: rgb(242,208,217); }

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

background-color css

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

 a { background-color: rgb(242,208,217); }

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

border-color css

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

 span { border-color: rgb(242,208,217); }

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