#F1C7EB

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

Shades of Snuff #F1C7EB

Tints of Snuff #F1C7EB

Color information

#F1C7EB (or 0xF1C7EB) is unknown color: approx Snuff. HEX triplet: F1, C7 and EB. RGB value is (241,199,235). Sum of RGB (Red+Green+Blue) = 241+199+235=675 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.70% from 675); Green value is 199 (78.12% from 255 or 29.48% from 675); Blue value is 235 (92.19% from 255 or 34.81% from 675); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C7EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C7EB is #0E3814. Grayscale: #D7D7D7. Windows color (decimal): -931861 or 15452145. OLE color: 15452145.

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

Color convert

RGB241199235-
CMYK00.170.020.05
HSL308.57º60%86.27%-
HSV(B)308.57º17.43%94.51%-
XYZ71.6965.5587.47-
YUV215.66138.91146.07-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.70%
GREEN value IS 199 (78.12% from 255) = 29.48%
BLUE value IS 235 (92.19% from 255) = 34.81%
R=35.70%
G=29.48%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119923500.170.020.05308.576086.27
HexF1C7EB011251353c56
Octal3613073530212546574126
Binary111100011100011111101011010001101011001101011111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C7EB; }

 p { color: rgb(241,199,235); }

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

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

 a { background-color: rgb(241,199,235); }

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

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

 span { border-color: rgb(241,199,235); }

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