#F8D2F6

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

Shades of Snuff #F8D2F6

Tints of Snuff #F8D2F6

Color information

#F8D2F6 (or 0xF8D2F6) is unknown color: approx Snuff. HEX triplet: F8, D2 and F6. RGB value is (248,210,246). Sum of RGB (Red+Green+Blue) = 248+210+246=704 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.23% from 704); Green value is 210 (82.42% from 255 or 29.83% from 704); Blue value is 246 (96.48% from 255 or 34.94% from 704); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D2F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D2F6 is #072D09. Grayscale: #E1E1E1. Windows color (decimal): -470282 or 16175864. OLE color: 16175864.

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

Color convert

RGB248210246-
CMYK00.150.010.03
HSL303.16º73.08%89.8%-
HSV(B)303.16º15.32%97.25%-
XYZ78.3972.797.09-
YUV225.47139.59144.07-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.23%
GREEN value IS 210 (82.42% from 255) = 29.83%
BLUE value IS 246 (96.48% from 255) = 34.94%
R=35.23%
G=29.83%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821024600.150.010.03303.1673.0889.8
HexF8D2F60F1312f495a
Octal37032236601713457111132
Binary1111100011010010111101100111111110010111110010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D2F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D2F6; }

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

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

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

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

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

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

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

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