#F1D2DB

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

Shades of Pink Lace #F1D2DB

Tints of Pink Lace #F1D2DB

Color information

#F1D2DB (or 0xF1D2DB) is unknown color: approx Pink Lace. HEX triplet: F1, D2 and DB. RGB value is (241,210,219). Sum of RGB (Red+Green+Blue) = 241+210+219=670 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.97% from 670); Green value is 210 (82.42% from 255 or 31.34% from 670); Blue value is 219 (85.94% from 255 or 32.69% from 670); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D2DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D2DB is #0E2D24. Grayscale: #DCDCDC. Windows color (decimal): -929061 or 14406385. OLE color: 14406385.

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

Color convert

RGB241210219-
CMYK00.130.090.05
HSL342.58º52.54%88.43%-
HSV(B)342.58º12.86%94.51%-
XYZ72.1169.9176.71-
YUV220.3127.27142.77-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.97%
GREEN value IS 210 (82.42% from 255) = 31.34%
BLUE value IS 219 (85.94% from 255) = 32.69%
R=35.97%
G=31.34%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121021900.130.090.05342.5852.5488.43
HexF1D2DB0D951573558
Octal36132233301511552765130
Binary1111000111010010110110110110110011011010101111101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D2DB; }

 p { color: rgb(241,210,219); }

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

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

 a { background-color: rgb(241,210,219); }

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

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

 span { border-color: rgb(241,210,219); }

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