#F3CEED

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

Shades of Snuff #F3CEED

Tints of Snuff #F3CEED

Color information

#F3CEED (or 0xF3CEED) is unknown color: approx Snuff. HEX triplet: F3, CE and ED. RGB value is (243,206,237). Sum of RGB (Red+Green+Blue) = 243+206+237=686 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.42% from 686); Green value is 206 (80.86% from 255 or 30.03% from 686); Blue value is 237 (92.97% from 255 or 34.55% from 686); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CEED is #0C3112. Grayscale: #DCDCDC. Windows color (decimal): -798995 or 15585011. OLE color: 15585011.

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

Color convert

RGB243206237-
CMYK00.150.020.05
HSL309.73º60.66%88.04%-
HSV(B)309.73º15.23%95.29%-
XYZ74.3269.3189.58-
YUV220.6137.26143.98-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.42%
GREEN value IS 206 (80.86% from 255) = 30.03%
BLUE value IS 237 (92.97% from 255) = 34.55%
R=35.42%
G=30.03%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320623700.150.020.05309.7360.6688.04
HexF3CEED0F251363d58
Octal3633163550172546675130
Binary11110011110011101110110101111101011001101101111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CEED; }

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

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

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

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

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

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

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

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