#F1C7EA

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

Shades of Snuff #F1C7EA

Tints of Snuff #F1C7EA

Color information

#F1C7EA (or 0xF1C7EA) is unknown color: approx Snuff. HEX triplet: F1, C7 and EA. RGB value is (241,199,234). Sum of RGB (Red+Green+Blue) = 241+199+234=674 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.76% from 674); Green value is 199 (78.12% from 255 or 29.53% from 674); Blue value is 234 (91.80% from 255 or 34.72% from 674); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C7EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C7EA is #0E3815. Grayscale: #D7D7D7. Windows color (decimal): -931862 or 15386609. OLE color: 15386609.

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

Color convert

RGB241199234-
CMYK00.170.030.05
HSL310º60%86.27%-
HSV(B)310º17.43%94.51%-
XYZ71.5565.4986.71-
YUV215.55138.41146.15-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.76%
GREEN value IS 199 (78.12% from 255) = 29.53%
BLUE value IS 234 (91.80% from 255) = 34.72%
R=35.76%
G=29.53%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119923400.170.030.053106086.27
HexF1C7EA011351363c56
Octal3613073520213546674126
Binary111100011100011111101010010001111011001101101111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C7EA; }

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

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

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

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

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

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

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

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