#F3D1DC

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

Shades of Pink Lace #F3D1DC

Tints of Pink Lace #F3D1DC

Color information

#F3D1DC (or 0xF3D1DC) is unknown color: approx Pink Lace. HEX triplet: F3, D1 and DC. RGB value is (243,209,220). Sum of RGB (Red+Green+Blue) = 243+209+220=672 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36.16% from 672); Green value is 209 (82.03% from 255 or 31.10% from 672); Blue value is 220 (86.33% from 255 or 32.74% from 672); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D1DC is #0C2E23. Grayscale: #DCDCDC. Windows color (decimal): -798244 or 14471667. OLE color: 14471667.

HSL color Cylindrical-coordinate representation of color #F3D1DC: hue angle of 340.59º degrees, saturation: 0.59, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F3D1DC is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB243209220-
CMYK00.140.090.05
HSL340.59º58.62%88.63%-
HSV(B)340.59º13.99%95.29%-
XYZ72.6869.8277.36-
YUV220.42127.76144.11-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.16%
GREEN value IS 209 (82.03% from 255) = 31.10%
BLUE value IS 220 (86.33% from 255) = 32.74%
R=36.16%
G=31.10%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320922000.140.090.05340.5958.6288.63
HexF3D1DC0E951553b59
Octal36332133401611552573131
Binary1111001111010001110111000111010011011010101011110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D1DC; }

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

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

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

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

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

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

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

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