#F6D1DC

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

Shades of Pink Lace #F6D1DC

Tints of Pink Lace #F6D1DC

Color information

#F6D1DC (or 0xF6D1DC) is unknown color: approx Pink Lace. HEX triplet: F6, D1 and DC. RGB value is (246,209,220). Sum of RGB (Red+Green+Blue) = 246+209+220=675 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.44% from 675); Green value is 209 (82.03% from 255 or 30.96% from 675); Blue value is 220 (86.33% from 255 or 32.59% from 675); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D1DC is #092E23. Grayscale: #DDDDDD. Windows color (decimal): -601636 or 14471670. OLE color: 14471670.

HSL color Cylindrical-coordinate representation of color #F6D1DC: hue angle of 342.16º degrees, saturation: 0.67, 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 #F6D1DC is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB246209220-
CMYK00.150.110.04
HSL342.16º67.27%89.22%-
HSV(B)342.16º15.04%96.47%-
XYZ73.7270.3677.41-
YUV221.32127.26145.61-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.44%
GREEN value IS 209 (82.03% from 255) = 30.96%
BLUE value IS 220 (86.33% from 255) = 32.59%
R=36.44%
G=30.96%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620922000.150.110.04342.1667.2789.22
HexF6D1DC0FB41564359
Octal366321334017134526103131
Binary11110110110100011101110001111101110010101011010000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D1DC; }

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

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

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

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

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

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

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

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