#F5D1DC

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

Shades of Pink Lace #F5D1DC

Tints of Pink Lace #F5D1DC

Color information

#F5D1DC (or 0xF5D1DC) is unknown color: approx Pink Lace. HEX triplet: F5, D1 and DC. RGB value is (245,209,220). Sum of RGB (Red+Green+Blue) = 245+209+220=674 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.35% from 674); Green value is 209 (82.03% from 255 or 31.01% from 674); Blue value is 220 (86.33% from 255 or 32.64% from 674); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D1DC is #0A2E23. Grayscale: #DDDDDD. Windows color (decimal): -667172 or 14471669. OLE color: 14471669.

HSL color Cylindrical-coordinate representation of color #F5D1DC: hue angle of 341.67º degrees, saturation: 0.64, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F5D1DC is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB245209220-
CMYK00.150.100.04
HSL341.67º64.29%89.02%-
HSV(B)341.67º14.69%96.08%-
XYZ73.3770.1877.39-
YUV221.02127.43145.11-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.35%
GREEN value IS 209 (82.03% from 255) = 31.01%
BLUE value IS 220 (86.33% from 255) = 32.64%
R=36.35%
G=31.01%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520922000.150.100.04341.6764.2989.02
HexF5D1DC0FA41564059
Octal365321334017124526100131
Binary11110101110100011101110001111101010010101011010000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D1DC; }

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

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

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

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

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

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

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

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