#F3CAEA

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

Shades of Snuff #F3CAEA

Tints of Snuff #F3CAEA

Color information

#F3CAEA (or 0xF3CAEA) is unknown color: approx Snuff. HEX triplet: F3, CA and EA. RGB value is (243,202,234). Sum of RGB (Red+Green+Blue) = 243+202+234=679 (89% of max value = 765). Red value is 243 (95.31% from 255 or 35.79% from 679); Green value is 202 (79.30% from 255 or 29.75% from 679); Blue value is 234 (91.80% from 255 or 34.46% from 679); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CAEA is #0C3515. Grayscale: #D9D9D9. Windows color (decimal): -800022 or 15387379. OLE color: 15387379.

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

Color convert

RGB243202234-
CMYK00.170.040.05
HSL313.17º63.08%87.25%-
HSV(B)313.17º16.87%95.29%-
XYZ72.9367.2486.98-
YUV217.91137.08145.9-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.79%
GREEN value IS 202 (79.30% from 255) = 29.75%
BLUE value IS 234 (91.80% from 255) = 34.46%
R=35.79%
G=29.75%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320223400.170.040.05313.1763.0887.25
HexF3CAEA011451393f57
Octal3633123520214547177127
Binary1111001111001010111010100100011001011001110011111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CAEA; }

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

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

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

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

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

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

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

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