#F3D2DD

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

Shades of Pink Lace #F3D2DD

Tints of Pink Lace #F3D2DD

Color information

#F3D2DD (or 0xF3D2DD) is unknown color: approx Pink Lace. HEX triplet: F3, D2 and DD. RGB value is (243,210,221). Sum of RGB (Red+Green+Blue) = 243+210+221=674 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36.05% from 674); Green value is 210 (82.42% from 255 or 31.16% from 674); Blue value is 221 (86.72% from 255 or 32.79% from 674); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D2DD is #0C2D22. Grayscale: #DDDDDD. Windows color (decimal): -797987 or 14537459. OLE color: 14537459.

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

Color convert

RGB243210221-
CMYK00.140.090.05
HSL340º57.89%88.82%-
HSV(B)340º13.58%95.29%-
XYZ73.0670.3778.14-
YUV221.12127.93143.61-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.05%
GREEN value IS 210 (82.42% from 255) = 31.16%
BLUE value IS 221 (86.72% from 255) = 32.79%
R=36.05%
G=31.16%
B=32.79%

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
Decimal24321022100.140.090.0534057.8988.82
HexF3D2DD0E951543a59
Octal36332233501611552472131
Binary1111001111010010110111010111010011011010101001110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D2DD; }

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

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

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

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

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

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

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

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