#FADAF6

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

Shades of Snuff #FADAF6

Tints of Snuff #FADAF6

Color information

#FADAF6 (or 0xFADAF6) is unknown color: approx Snuff. HEX triplet: FA, DA and F6. RGB value is (250,218,246). Sum of RGB (Red+Green+Blue) = 250+218+246=714 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.01% from 714); Green value is 218 (85.55% from 255 or 30.53% from 714); Blue value is 246 (96.48% from 255 or 34.45% from 714); Max value from RGB is 250 - color contains mainly: red. Hex color #FADAF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADAF6 is #052509. Grayscale: #E6E6E6. Windows color (decimal): -337162 or 16177914. OLE color: 16177914.

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

Color convert

RGB250218246-
CMYK00.130.020.02
HSL307.5º76.19%91.76%-
HSV(B)307.5º12.8%98.04%-
XYZ81.1377.1297.8-
YUV230.76136.6141.72-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.01%
GREEN value IS 218 (85.55% from 255) = 30.53%
BLUE value IS 246 (96.48% from 255) = 34.45%
R=35.01%
G=30.53%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021824600.130.020.02307.576.1991.76
HexFADAF60D221344c5c
Octal37233236601522464114134
Binary11111010110110101111011001101101010011010010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADAF6; }

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

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

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

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

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

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

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

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