#F3CEEE

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

Shades of Snuff #F3CEEE

Tints of Snuff #F3CEEE

Color information

#F3CEEE (or 0xF3CEEE) is unknown color: approx Snuff. HEX triplet: F3, CE and EE. RGB value is (243,206,238). Sum of RGB (Red+Green+Blue) = 243+206+238=687 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.37% from 687); Green value is 206 (80.86% from 255 or 29.99% from 687); Blue value is 238 (93.36% from 255 or 34.64% from 687); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CEEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CEEE is #0C3111. Grayscale: #DCDCDC. Windows color (decimal): -798994 or 15650547. OLE color: 15650547.

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

Color convert

RGB243206238-
CMYK00.150.020.05
HSL308.11º60.66%88.04%-
HSV(B)308.11º15.23%95.29%-
XYZ74.4769.3790.35-
YUV220.71137.76143.9-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.37%
GREEN value IS 206 (80.86% from 255) = 29.99%
BLUE value IS 238 (93.36% from 255) = 34.64%
R=35.37%
G=29.99%
B=34.64%

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
Decimal24320623800.150.020.05308.1160.6688.04
HexF3CEEE0F251343d58
Octal3633163560172546475130
Binary11110011110011101110111001111101011001101001111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CEEE; }

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

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

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

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

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

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

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

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