#F3C8EF

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

Shades of Snuff #F3C8EF

Tints of Snuff #F3C8EF

Color information

#F3C8EF (or 0xF3C8EF) is unknown color: approx Snuff. HEX triplet: F3, C8 and EF. RGB value is (243,200,239). Sum of RGB (Red+Green+Blue) = 243+200+239=682 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.63% from 682); Green value is 200 (78.52% from 255 or 29.33% from 682); Blue value is 239 (93.75% from 255 or 35.04% from 682); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C8EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3C8EF is #0C3710. Grayscale: #D9D9D9. Windows color (decimal): -800529 or 15714547. OLE color: 15714547.

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

Color convert

RGB243200239-
CMYK00.180.020.05
HSL305.58º64.18%86.86%-
HSV(B)305.58º17.7%95.29%-
XYZ73.266.690.66-
YUV217.3140.25146.33-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.63%
GREEN value IS 200 (78.52% from 255) = 29.33%
BLUE value IS 239 (93.75% from 255) = 35.04%
R=35.63%
G=29.33%
B=35.04%

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
Decimal24320023900.180.020.05305.5864.1886.86
HexF3C8EF012251324057
Octal36331035702225462100127
Binary1111001111001000111011110100101010110011001010000001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C8EF; }

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

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

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

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

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

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

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

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