#F3C8ED

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

Shades of Snuff #F3C8ED

Tints of Snuff #F3C8ED

Color information

#F3C8ED (or 0xF3C8ED) is unknown color: approx Snuff. HEX triplet: F3, C8 and ED. RGB value is (243,200,237). Sum of RGB (Red+Green+Blue) = 243+200+237=680 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.74% from 680); Green value is 200 (78.52% from 255 or 29.41% from 680); Blue value is 237 (92.97% from 255 or 34.85% from 680); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C8ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3C8ED is #0C3712. Grayscale: #D8D8D8. Windows color (decimal): -800531 or 15583475. OLE color: 15583475.

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

Color convert

RGB243200237-
CMYK00.180.020.05
HSL308.37º64.18%86.86%-
HSV(B)308.37º17.7%95.29%-
XYZ72.966.4889.11-
YUV217.08139.25146.49-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.74%
GREEN value IS 200 (78.52% from 255) = 29.41%
BLUE value IS 237 (92.97% from 255) = 34.85%
R=35.74%
G=29.41%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320023700.180.020.05308.3764.1886.86
HexF3C8ED012251344057
Octal36331035502225464100127
Binary1111001111001000111011010100101010110011010010000001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C8ED; }

 p { color: rgb(243,200,237); }

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

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

 a { background-color: rgb(243,200,237); }

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

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

 span { border-color: rgb(243,200,237); }

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