#F1CCED

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

Shades of Snuff #F1CCED

Tints of Snuff #F1CCED

Color information

#F1CCED (or 0xF1CCED) is unknown color: approx Snuff. HEX triplet: F1, CC and ED. RGB value is (241,204,237). Sum of RGB (Red+Green+Blue) = 241+204+237=682 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.34% from 682); Green value is 204 (80.08% from 255 or 29.91% from 682); Blue value is 237 (92.97% from 255 or 34.75% from 682); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CCED is #0E3312. Grayscale: #DADADA. Windows color (decimal): -930579 or 15584497. OLE color: 15584497.

HSL color Cylindrical-coordinate representation of color #F1CCED: hue angle of 306.49º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F1CCED is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB241204237-
CMYK00.150.020.05
HSL306.49º56.92%87.25%-
HSV(B)306.49º15.35%94.51%-
XYZ73.156889.39-
YUV218.82138.26143.82-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.34%
GREEN value IS 204 (80.08% from 255) = 29.91%
BLUE value IS 237 (92.97% from 255) = 34.75%
R=35.34%
G=29.91%
B=34.75%

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
Decimal24120423700.150.020.05306.4956.9287.25
HexF1CCED0F251323957
Octal3613143550172546271127
Binary11110001110011001110110101111101011001100101110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CCED; }

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

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

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

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

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

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

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

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