#F1CCEC

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

Shades of Snuff #F1CCEC

Tints of Snuff #F1CCEC

Color information

#F1CCEC (or 0xF1CCEC) is unknown color: approx Snuff. HEX triplet: F1, CC and EC. RGB value is (241,204,236). Sum of RGB (Red+Green+Blue) = 241+204+236=681 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.39% from 681); Green value is 204 (80.08% from 255 or 29.96% from 681); Blue value is 236 (92.58% from 255 or 34.65% from 681); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CCEC is #0E3313. Grayscale: #DADADA. Windows color (decimal): -930580 or 15518961. OLE color: 15518961.

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

Color convert

RGB241204236-
CMYK00.150.020.05
HSL308.11º56.92%87.25%-
HSV(B)308.11º15.35%94.51%-
XYZ73.0167.9488.62-
YUV218.71137.76143.9-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.39%
GREEN value IS 204 (80.08% from 255) = 29.96%
BLUE value IS 236 (92.58% from 255) = 34.65%
R=35.39%
G=29.96%
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
Decimal24120423600.150.020.05308.1156.9287.25
HexF1CCEC0F251343957
Octal3613143540172546471127
Binary11110001110011001110110001111101011001101001110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CCEC; }

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

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

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

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

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

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

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

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