#F1C8ED

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

Shades of Snuff #F1C8ED

Tints of Snuff #F1C8ED

Color information

#F1C8ED (or 0xF1C8ED) is unknown color: approx Snuff. HEX triplet: F1, C8 and ED. RGB value is (241,200,237). Sum of RGB (Red+Green+Blue) = 241+200+237=678 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.55% from 678); Green value is 200 (78.52% from 255 or 29.50% from 678); Blue value is 237 (92.97% from 255 or 34.96% from 678); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C8ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C8ED is #0E3712. Grayscale: #D8D8D8. Windows color (decimal): -931603 or 15583473. OLE color: 15583473.

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

Color convert

RGB241200237-
CMYK00.170.020.05
HSL305.85º59.42%86.47%-
HSV(B)305.85º17.01%94.51%-
XYZ72.2266.1289.08-
YUV216.48139.58145.49-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.55%
GREEN value IS 200 (78.52% from 255) = 29.50%
BLUE value IS 237 (92.97% from 255) = 34.96%
R=35.55%
G=29.50%
B=34.96%

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
Decimal24120023700.170.020.05305.8559.4286.47
HexF1C8ED011251323b56
Octal3613103550212546273126
Binary111100011100100011101101010001101011001100101110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C8ED; }

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

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

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

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

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

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

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

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