#FADAF7

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

Shades of Snuff #FADAF7

Tints of Snuff #FADAF7

Color information

#FADAF7 (or 0xFADAF7) is unknown color: approx Snuff. HEX triplet: FA, DA and F7. RGB value is (250,218,247). Sum of RGB (Red+Green+Blue) = 250+218+247=715 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.97% from 715); Green value is 218 (85.55% from 255 or 30.49% from 715); Blue value is 247 (96.88% from 255 or 34.55% from 715); Max value from RGB is 250 - color contains mainly: red. Hex color #FADAF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADAF7 is #052508. Grayscale: #E6E6E6. Windows color (decimal): -337161 or 16243450. OLE color: 16243450.

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

Color convert

RGB250218247-
CMYK00.130.010.02
HSL305.62º76.19%91.76%-
HSV(B)305.62º12.8%98.04%-
XYZ81.2877.1898.61-
YUV230.87137.1141.64-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.97%
GREEN value IS 218 (85.55% from 255) = 30.49%
BLUE value IS 247 (96.88% from 255) = 34.55%
R=34.97%
G=30.49%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021824700.130.010.02305.6276.1991.76
HexFADAF70D121324c5c
Octal37233236701512462114134
Binary1111101011011010111101110110111010011001010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADAF7; }

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

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

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

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

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

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

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

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