#F3D2DC

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

Shades of Pink Lace #F3D2DC

Tints of Pink Lace #F3D2DC

Color information

#F3D2DC (or 0xF3D2DC) is unknown color: approx Pink Lace. HEX triplet: F3, D2 and DC. RGB value is (243,210,220). Sum of RGB (Red+Green+Blue) = 243+210+220=673 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36.11% from 673); Green value is 210 (82.42% from 255 or 31.20% from 673); Blue value is 220 (86.33% from 255 or 32.69% from 673); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D2DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D2DC is #0C2D23. Grayscale: #DCDCDC. Windows color (decimal): -797988 or 14471923. OLE color: 14471923.

HSL color Cylindrical-coordinate representation of color #F3D2DC: hue angle of 341.82º degrees, saturation: 0.58, 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 #F3D2DC is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB243210220-
CMYK00.140.090.05
HSL341.82º57.89%88.82%-
HSV(B)341.82º13.58%95.29%-
XYZ72.9370.3277.44-
YUV221.01127.43143.69-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.11%
GREEN value IS 210 (82.42% from 255) = 31.20%
BLUE value IS 220 (86.33% from 255) = 32.69%
R=36.11%
G=31.20%
B=32.69%

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
Decimal24321022000.140.090.05341.8257.8988.82
HexF3D2DC0E951563a59
Octal36332233401611552672131
Binary1111001111010010110111000111010011011010101101110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D2DC; }

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

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

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

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

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

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

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

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