#F1C5EE

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

Shades of Snuff #F1C5EE

Tints of Snuff #F1C5EE

Color information

#F1C5EE (or 0xF1C5EE) is unknown color: approx Snuff. HEX triplet: F1, C5 and EE. RGB value is (241,197,238). Sum of RGB (Red+Green+Blue) = 241+197+238=676 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.65% from 676); Green value is 197 (77.34% from 255 or 29.14% from 676); Blue value is 238 (93.36% from 255 or 35.21% from 676); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C5EE is #0E3A11. Grayscale: #D6D6D6. Windows color (decimal): -932370 or 15648241. OLE color: 15648241.

HSL color Cylindrical-coordinate representation of color #F1C5EE: hue angle of 304.09º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F1C5EE is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB241197238-
CMYK00.180.010.05
HSL304.09º61.11%85.88%-
HSV(B)304.09º18.26%94.51%-
XYZ71.6764.8189.62-
YUV214.83141.08146.67-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.65%
GREEN value IS 197 (77.34% from 255) = 29.14%
BLUE value IS 238 (93.36% from 255) = 35.21%
R=35.65%
G=29.14%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119723800.180.010.05304.0961.1185.88
HexF1C5EE012151303d56
Octal3613053560221546075126
Binary11110001110001011110111001001011011001100001111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C5EE; }

 p { color: rgb(241,197,238); }

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

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

 a { background-color: rgb(241,197,238); }

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

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

 span { border-color: rgb(241,197,238); }

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