#F3CAEC

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

Shades of Snuff #F3CAEC

Tints of Snuff #F3CAEC

Color information

#F3CAEC (or 0xF3CAEC) is unknown color: approx Snuff. HEX triplet: F3, CA and EC. RGB value is (243,202,236). Sum of RGB (Red+Green+Blue) = 243+202+236=681 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.68% from 681); Green value is 202 (79.30% from 255 or 29.66% from 681); Blue value is 236 (92.58% from 255 or 34.65% from 681); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CAEC is #0C3513. Grayscale: #DADADA. Windows color (decimal): -800020 or 15518451. OLE color: 15518451.

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

Color convert

RGB243202236-
CMYK00.170.030.05
HSL310.24º63.08%87.25%-
HSV(B)310.24º16.87%95.29%-
XYZ73.2267.3588.5-
YUV218.14138.08145.74-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.68%
GREEN value IS 202 (79.30% from 255) = 29.66%
BLUE value IS 236 (92.58% from 255) = 34.65%
R=35.68%
G=29.66%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320223600.170.030.05310.2463.0887.25
HexF3CAEC011351363f57
Octal3633123540213546677127
Binary111100111100101011101100010001111011001101101111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CAEC; }

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

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

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

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

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

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

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

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