#F3CAEB

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

Shades of Snuff #F3CAEB

Tints of Snuff #F3CAEB

Color information

#F3CAEB (or 0xF3CAEB) is unknown color: approx Snuff. HEX triplet: F3, CA and EB. RGB value is (243,202,235). Sum of RGB (Red+Green+Blue) = 243+202+235=680 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.74% from 680); Green value is 202 (79.30% from 255 or 29.71% from 680); Blue value is 235 (92.19% from 255 or 34.56% from 680); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CAEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CAEB is #0C3514. Grayscale: #D9D9D9. Windows color (decimal): -800021 or 15452915. OLE color: 15452915.

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

Color convert

RGB243202235-
CMYK00.170.030.05
HSL311.71º63.08%87.25%-
HSV(B)311.71º16.87%95.29%-
XYZ73.0867.2987.73-
YUV218.02137.58145.82-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.74%
GREEN value IS 202 (79.30% from 255) = 29.71%
BLUE value IS 235 (92.19% from 255) = 34.56%
R=35.74%
G=29.71%
B=34.56%

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
Decimal24320223500.170.030.05311.7163.0887.25
HexF3CAEB011351383f57
Octal3633123530213547077127
Binary111100111100101011101011010001111011001110001111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CAEB; }

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

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

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

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

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

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

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

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