#F8D2DB

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

Shades of Pink Lace #F8D2DB

Tints of Pink Lace #F8D2DB

Color information

#F8D2DB (or 0xF8D2DB) is unknown color: approx Pink Lace. HEX triplet: F8, D2 and DB. RGB value is (248,210,219). Sum of RGB (Red+Green+Blue) = 248+210+219=677 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.63% from 677); Green value is 210 (82.42% from 255 or 31.02% from 677); Blue value is 219 (85.94% from 255 or 32.35% from 677); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D2DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D2DB is #072D24. Grayscale: #DEDEDE. Windows color (decimal): -470309 or 14406392. OLE color: 14406392.

HSL color Cylindrical-coordinate representation of color #F8D2DB: hue angle of 345.79º degrees, saturation: 0.73, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F8D2DB is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB248210219-
CMYK00.150.120.03
HSL345.79º73.08%89.8%-
HSV(B)345.79º15.32%97.25%-
XYZ74.5471.1676.82-
YUV222.39126.09146.27-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.63%
GREEN value IS 210 (82.42% from 255) = 31.02%
BLUE value IS 219 (85.94% from 255) = 32.35%
R=36.63%
G=31.02%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821021900.150.120.03345.7973.0889.8
HexF8D2DB0FC315a495a
Octal370322333017143532111132
Binary1111100011010010110110110111111001110101101010010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D2DB; }

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

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

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

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

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

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

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

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