#F1CEED

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

Shades of Snuff #F1CEED

Tints of Snuff #F1CEED

Color information

#F1CEED (or 0xF1CEED) is unknown color: approx Snuff. HEX triplet: F1, CE and ED. RGB value is (241,206,237). Sum of RGB (Red+Green+Blue) = 241+206+237=684 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.23% from 684); Green value is 206 (80.86% from 255 or 30.12% from 684); Blue value is 237 (92.97% from 255 or 34.65% from 684); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CEED is #0E3112. Grayscale: #DBDBDB. Windows color (decimal): -930067 or 15585009. OLE color: 15585009.

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

Color convert

RGB241206237-
CMYK00.150.020.05
HSL306.86º55.56%87.65%-
HSV(B)306.86º14.52%94.51%-
XYZ73.6368.9689.55-
YUV220137.6142.98-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.23%
GREEN value IS 206 (80.86% from 255) = 30.12%
BLUE value IS 237 (92.97% from 255) = 34.65%
R=35.23%
G=30.12%
B=34.65%

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
Decimal24120623700.150.020.05306.8655.5687.65
HexF1CEED0F251333858
Octal3613163550172546370130
Binary11110001110011101110110101111101011001100111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CEED; }

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

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

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

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

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

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

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

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