#F3D2DB

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

Shades of Pink Lace #F3D2DB

Tints of Pink Lace #F3D2DB

Color information

#F3D2DB (or 0xF3D2DB) is unknown color: approx Pink Lace. HEX triplet: F3, D2 and DB. RGB value is (243,210,219). Sum of RGB (Red+Green+Blue) = 243+210+219=672 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36.16% from 672); Green value is 210 (82.42% from 255 or 31.25% from 672); Blue value is 219 (85.94% from 255 or 32.59% from 672); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D2DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D2DB is #0C2D24. Grayscale: #DCDCDC. Windows color (decimal): -797989 or 14406387. OLE color: 14406387.

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

Color convert

RGB243210219-
CMYK00.140.100.05
HSL343.64º57.89%88.82%-
HSV(B)343.64º13.58%95.29%-
XYZ72.7970.2676.74-
YUV220.89126.93143.77-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.16%
GREEN value IS 210 (82.42% from 255) = 31.25%
BLUE value IS 219 (85.94% from 255) = 32.59%
R=36.16%
G=31.25%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321021900.140.100.05343.6457.8988.82
HexF3D2DB0EA51583a59
Octal36332233301612553072131
Binary1111001111010010110110110111010101011010110001110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D2DB; }

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

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

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

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

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

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

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

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