#F3D0DB

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

Shades of Pink Lace #F3D0DB

Tints of Pink Lace #F3D0DB

Color information

#F3D0DB (or 0xF3D0DB) is unknown color: approx Pink Lace. HEX triplet: F3, D0 and DB. RGB value is (243,208,219). Sum of RGB (Red+Green+Blue) = 243+208+219=670 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.27% from 670); Green value is 208 (81.64% from 255 or 31.04% from 670); Blue value is 219 (85.94% from 255 or 32.69% from 670); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D0DB is #0C2F24. Grayscale: #DBDBDB. Windows color (decimal): -798501 or 14405875. OLE color: 14405875.

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

Color convert

RGB243208219-
CMYK00.140.100.05
HSL341.14º59.32%88.43%-
HSV(B)341.14º14.4%95.29%-
XYZ72.369.2876.58-
YUV219.72127.6144.61-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.27%
GREEN value IS 208 (81.64% from 255) = 31.04%
BLUE value IS 219 (85.94% from 255) = 32.69%
R=36.27%
G=31.04%
B=32.69%

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
Decimal24320821900.140.100.05341.1459.3288.43
HexF3D0DB0EA51553b58
Octal36332033301612552573130
Binary1111001111010000110110110111010101011010101011110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D0DB; }

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

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

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

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

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

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

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

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