#F3CAD3

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

Shades of Pink Lace #F3CAD3

Tints of Pink Lace #F3CAD3

Color information

#F3CAD3 (or 0xF3CAD3) is unknown color: approx Pink Lace. HEX triplet: F3, CA and D3. RGB value is (243,202,211). Sum of RGB (Red+Green+Blue) = 243+202+211=656 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.04% from 656); Green value is 202 (79.30% from 255 or 30.79% from 656); Blue value is 211 (82.81% from 255 or 32.16% from 656); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CAD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CAD3 is #0C352C. Grayscale: #D7D7D7. Windows color (decimal): -800045 or 13880051. OLE color: 13880051.

HSL color Cylindrical-coordinate representation of color #F3CAD3: hue angle of 346.83º degrees, saturation: 0.63, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F3CAD3 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB243202211-
CMYK00.170.130.05
HSL346.83º63.08%87.25%-
HSV(B)346.83º16.87%95.29%-
XYZ69.846670.69-
YUV215.28125.58147.77-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.04%
GREEN value IS 202 (79.30% from 255) = 30.79%
BLUE value IS 211 (82.81% from 255) = 32.16%
R=37.04%
G=30.79%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320221100.170.130.05346.8363.0887.25
HexF3CAD3011D515b3f57
Octal36331232302115553377127
Binary11110011110010101101001101000111011011010110111111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CAD3; }

 p { color: rgb(243,202,211); }

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

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

 a { background-color: rgb(243,202,211); }

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

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

 span { border-color: rgb(243,202,211); }

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