#FADAF2

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

Shades of Snuff #FADAF2

Tints of Snuff #FADAF2

Color information

#FADAF2 (or 0xFADAF2) is unknown color: approx Snuff. HEX triplet: FA, DA and F2. RGB value is (250,218,242). Sum of RGB (Red+Green+Blue) = 250+218+242=710 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.21% from 710); Green value is 218 (85.55% from 255 or 30.70% from 710); Blue value is 242 (94.92% from 255 or 34.08% from 710); Max value from RGB is 250 - color contains mainly: red. Hex color #FADAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADAF2 is #05250D. Grayscale: #E6E6E6. Windows color (decimal): -337166 or 15915770. OLE color: 15915770.

HSL color Cylindrical-coordinate representation of color #FADAF2: hue angle of 315º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FADAF2 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB250218242-
CMYK00.130.030.02
HSL315º76.19%91.76%-
HSV(B)315º12.8%98.04%-
XYZ80.5276.8894.6-
YUV230.3134.6142.05-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.21%
GREEN value IS 218 (85.55% from 255) = 30.70%
BLUE value IS 242 (94.92% from 255) = 34.08%
R=35.21%
G=30.70%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021824200.130.030.0231576.1991.76
HexFADAF20D3213b4c5c
Octal37233236201532473114134
Binary11111010110110101111001001101111010011101110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADAF2; }

 p { color: rgb(250,218,242); }

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

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

 a { background-color: rgb(250,218,242); }

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

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

 span { border-color: rgb(250,218,242); }

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