#F2D1DB

Color #F2D1DB Pink Lace (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Lace #F2D1DB

Tints of Pink Lace #F2D1DB

Color information

#F2D1DB (or 0xF2D1DB) is unknown color: approx Pink Lace. HEX triplet: F2, D1 and DB. RGB value is (242,209,219). Sum of RGB (Red+Green+Blue) = 242+209+219=670 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.12% from 670); Green value is 209 (82.03% from 255 or 31.19% from 670); Blue value is 219 (85.94% from 255 or 32.69% from 670); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D1DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D1DB is #0D2E24. Grayscale: #DBDBDB. Windows color (decimal): -863781 or 14406130. OLE color: 14406130.

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

Color convert

RGB242209219-
CMYK00.140.100.05
HSL341.82º55.93%88.43%-
HSV(B)341.82º13.64%94.9%-
XYZ72.269.5976.64-
YUV220.01127.43143.69-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.12%
GREEN value IS 209 (82.03% from 255) = 31.19%
BLUE value IS 219 (85.94% from 255) = 32.69%
R=36.12%
G=31.19%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220921900.140.100.05341.8255.9388.43
HexF2D1DB0EA51563858
Octal36232133301612552670130
Binary1111001011010001110110110111010101011010101101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D1DB; }

 p { color: rgb(242,209,219); }

 H1.HeaderClassName
 {
   color: #F2D1DB;
 }
 .AnyTagClassName
 {
   color: #F2D1DB;
 }
</style>
background-color css

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

 a { background-color: rgb(242,209,219); }

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

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

 span { border-color: rgb(242,209,219); }

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