#F8D2F2

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

Shades of Snuff #F8D2F2

Tints of Snuff #F8D2F2

Color information

#F8D2F2 (or 0xF8D2F2) is unknown color: approx Snuff. HEX triplet: F8, D2 and F2. RGB value is (248,210,242). Sum of RGB (Red+Green+Blue) = 248+210+242=700 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.43% from 700); Green value is 210 (82.42% from 255 or 30% from 700); Blue value is 242 (94.92% from 255 or 34.57% from 700); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D2F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D2F2 is #072D0D. Grayscale: #E0E0E0. Windows color (decimal): -470286 or 15913720. OLE color: 15913720.

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

Color convert

RGB248210242-
CMYK00.150.020.03
HSL309.47º73.08%89.8%-
HSV(B)309.47º15.32%97.25%-
XYZ77.7972.4693.89-
YUV225.01137.59144.4-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.43%
GREEN value IS 210 (82.42% from 255) = 30%
BLUE value IS 242 (94.92% from 255) = 34.57%
R=35.43%
G=30%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821024200.150.020.03309.4773.0889.8
HexF8D2F20F23135495a
Octal37032236201723465111132
Binary11111000110100101111001001111101110011010110010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D2F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D2F2; }

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

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

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

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

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

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

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

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