#F1CEE9

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

Shades of Snuff #F1CEE9

Tints of Snuff #F1CEE9

Color information

#F1CEE9 (or 0xF1CEE9) is unknown color: approx Snuff. HEX triplet: F1, CE and E9. RGB value is (241,206,233). Sum of RGB (Red+Green+Blue) = 241+206+233=680 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.44% from 680); Green value is 206 (80.86% from 255 or 30.29% from 680); Blue value is 233 (91.41% from 255 or 34.26% from 680); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CEE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CEE9 is #0E3116. Grayscale: #DBDBDB. Windows color (decimal): -930071 or 15322865. OLE color: 15322865.

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

Color convert

RGB241206233-
CMYK00.150.030.05
HSL313.71º55.56%87.65%-
HSV(B)313.71º14.52%94.51%-
XYZ73.0568.7386.51-
YUV219.54135.6143.3-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.44%
GREEN value IS 206 (80.86% from 255) = 30.29%
BLUE value IS 233 (91.41% from 255) = 34.26%
R=35.44%
G=30.29%
B=34.26%

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
Decimal24120623300.150.030.05313.7155.5687.65
HexF1CEE90F3513a3858
Octal3613163510173547270130
Binary11110001110011101110100101111111011001110101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CEE9; }

 p { color: rgb(241,206,233); }

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

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

 a { background-color: rgb(241,206,233); }

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

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

 span { border-color: rgb(241,206,233); }

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