Html Css Color HEX #F2D0D7 Pink Lace

📋 copy color: '#F2D0D7'

red 242 ◦ green 208 ◦ blue 215

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

Shades of Pink Lace #F2D0D7

Tints of Pink Lace #F2D0D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 32.33%

R = 36.39%
G = 31.28%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F2D0D7 (or 0xF2D0D7) is known color: Pink Lace. HEX triplet: F2, D0 and D7. RGB value is (242,208,215). Sum of RGB (Red+Green+Blue) = 242+208+215=665 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.39% from 665); Green value is 208 (81.64% from 255 or 31.28% from 665); Blue value is 215 (84.38% from 255 or 32.33% from 665); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D0D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D0D7 is #0D2F28. Grayscale: #DADADA. Windows color (decimal): -864041 or 14143730. OLE color: 14143730.

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

Color convert

RGB 242 208 215 -
CMYK 0 0.14 0.11 0.05
HSL 347.65º 0.57% 0.88% -
HSV(B) 347.65º 0.14% 0.95% -
XYZ 71.44 68.9 73.82 -
YUV 218.96 125.76 144.43 -
System Red Green Blue C M Y K H S L
Decimal 242 208 215 0 0.14 0.11 0.05 347.65 0.57 0.88
Hex F2 D0 D7 0 E B 5 15C 39 58
Octal 362 320 327 0 16 13 5 534 71 130
Binary 11110010 11010000 11010111 0 1110 1011 101 101011100 111001 1011000

Color Harmonies of #F2D0D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D0D7

Black with #F2D0D7

Text Example


Text Example

White with #F2D0D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D0D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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