#F3CEF0

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

Shades of Snuff #F3CEF0

Tints of Snuff #F3CEF0

Color information

#F3CEF0 (or 0xF3CEF0) is unknown color: approx Snuff. HEX triplet: F3, CE and F0. RGB value is (243,206,240). Sum of RGB (Red+Green+Blue) = 243+206+240=689 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.27% from 689); Green value is 206 (80.86% from 255 or 29.90% from 689); Blue value is 240 (94.14% from 255 or 34.83% from 689); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CEF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CEF0 is #0C310F. Grayscale: #DCDCDC. Windows color (decimal): -798992 or 15781619. OLE color: 15781619.

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

Color convert

RGB243206240-
CMYK00.150.010.05
HSL304.86º60.66%88.04%-
HSV(B)304.86º15.23%95.29%-
XYZ74.7669.4991.91-
YUV220.94138.76143.74-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.27%
GREEN value IS 206 (80.86% from 255) = 29.90%
BLUE value IS 240 (94.14% from 255) = 34.83%
R=35.27%
G=29.90%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320624000.150.010.05304.8660.6688.04
HexF3CEF00F151313d58
Octal3633163600171546175130
Binary1111001111001110111100000111111011001100011111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CEF0; }

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

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

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

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

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

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

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

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