#F8D0DC

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

Shades of Pink Lace #F8D0DC

Tints of Pink Lace #F8D0DC

Color information

#F8D0DC (or 0xF8D0DC) is unknown color: approx Pink Lace. HEX triplet: F8, D0 and DC. RGB value is (248,208,220). Sum of RGB (Red+Green+Blue) = 248+208+220=676 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.69% from 676); Green value is 208 (81.64% from 255 or 30.77% from 676); Blue value is 220 (86.33% from 255 or 32.54% from 676); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D0DC is #072F23. Grayscale: #DDDDDD. Windows color (decimal): -470820 or 14471416. OLE color: 14471416.

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

Color convert

RGB248208220-
CMYK00.160.110.03
HSL342º74.07%89.41%-
HSV(B)342º16.13%97.25%-
XYZ74.1970.2477.36-
YUV221.33127.25147.02-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.69%
GREEN value IS 208 (81.64% from 255) = 30.77%
BLUE value IS 220 (86.33% from 255) = 32.54%
R=36.69%
G=30.77%
B=32.54%

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
Decimal24820822000.160.110.0334274.0789.41
HexF8D0DC010B31564a59
Octal370320334020133526112131
Binary11111000110100001101110001000010111110101011010010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D0DC; }

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

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

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

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

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

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

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

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