#F3CEEC

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

Shades of Snuff #F3CEEC

Tints of Snuff #F3CEEC

Color information

#F3CEEC (or 0xF3CEEC) is unknown color: approx Snuff. HEX triplet: F3, CE and EC. RGB value is (243,206,236). Sum of RGB (Red+Green+Blue) = 243+206+236=685 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.47% from 685); Green value is 206 (80.86% from 255 or 30.07% from 685); Blue value is 236 (92.58% from 255 or 34.45% from 685); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CEEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CEEC is #0C3113. Grayscale: #DCDCDC. Windows color (decimal): -798996 or 15519475. OLE color: 15519475.

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

Color convert

RGB243206236-
CMYK00.150.030.05
HSL311.35º60.66%88.04%-
HSV(B)311.35º15.23%95.29%-
XYZ74.1769.2588.81-
YUV220.48136.76144.06-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.47%
GREEN value IS 206 (80.86% from 255) = 30.07%
BLUE value IS 236 (92.58% from 255) = 34.45%
R=35.47%
G=30.07%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320623600.150.030.05311.3560.6688.04
HexF3CEEC0F351373d58
Octal3633163540173546775130
Binary11110011110011101110110001111111011001101111111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CEEC; }

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

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

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

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

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

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

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

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