#F8C5F6

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

Shades of Snuff #F8C5F6

Tints of Snuff #F8C5F6

Color information

#F8C5F6 (or 0xF8C5F6) is unknown color: approx Snuff. HEX triplet: F8, C5 and F6. RGB value is (248,197,246). Sum of RGB (Red+Green+Blue) = 248+197+246=691 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.89% from 691); Green value is 197 (77.34% from 255 or 28.51% from 691); Blue value is 246 (96.48% from 255 or 35.60% from 691); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C5F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C5F6 is #073A09. Grayscale: #D9D9D9. Windows color (decimal): -473610 or 16172536. OLE color: 16172536.

HSL color Cylindrical-coordinate representation of color #F8C5F6: hue angle of 302.35º degrees, saturation: 0.78, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F8C5F6 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.03.

Color convert

RGB248197246-
CMYK00.210.010.03
HSL302.35º78.46%87.25%-
HSV(B)302.35º20.56%97.25%-
XYZ75.3166.5496.06-
YUV217.84143.9149.52-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.89%
GREEN value IS 197 (77.34% from 255) = 28.51%
BLUE value IS 246 (96.48% from 255) = 35.60%
R=35.89%
G=28.51%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819724600.210.010.03302.3578.4687.25
HexF8C5F60151312e4e57
Octal37030536602513456116127
Binary11111000110001011111011001010111110010111010011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C5F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C5F6; }

 p { color: rgb(248,197,246); }

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

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

 a { background-color: rgb(248,197,246); }

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

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

 span { border-color: rgb(248,197,246); }

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