#F8D1DC

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

Shades of Pink Lace #F8D1DC

Tints of Pink Lace #F8D1DC

Color information

#F8D1DC (or 0xF8D1DC) is unknown color: approx Pink Lace. HEX triplet: F8, D1 and DC. RGB value is (248,209,220). Sum of RGB (Red+Green+Blue) = 248+209+220=677 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.63% from 677); Green value is 209 (82.03% from 255 or 30.87% from 677); Blue value is 220 (86.33% from 255 or 32.50% from 677); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D1DC is #072E23. Grayscale: #DDDDDD. Windows color (decimal): -470564 or 14471672. OLE color: 14471672.

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

Color convert

RGB248209220-
CMYK00.160.110.03
HSL343.08º73.58%89.61%-
HSV(B)343.08º15.73%97.25%-
XYZ74.4370.7277.44-
YUV221.92126.92146.61-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.63%
GREEN value IS 209 (82.03% from 255) = 30.87%
BLUE value IS 220 (86.33% from 255) = 32.50%
R=36.63%
G=30.87%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820922000.160.110.03343.0873.5889.61
HexF8D1DC010B31574a5a
Octal370321334020133527112132
Binary11111000110100011101110001000010111110101011110010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D1DC; }

 p { color: rgb(248,209,220); }

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

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

 a { background-color: rgb(248,209,220); }

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

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

 span { border-color: rgb(248,209,220); }

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