#FADAF4

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

Shades of Snuff #FADAF4

Tints of Snuff #FADAF4

Color information

#FADAF4 (or 0xFADAF4) is unknown color: approx Snuff. HEX triplet: FA, DA and F4. RGB value is (250,218,244). Sum of RGB (Red+Green+Blue) = 250+218+244=712 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.11% from 712); Green value is 218 (85.55% from 255 or 30.62% from 712); Blue value is 244 (95.70% from 255 or 34.27% from 712); Max value from RGB is 250 - color contains mainly: red. Hex color #FADAF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADAF4 is #05250B. Grayscale: #E6E6E6. Windows color (decimal): -337164 or 16046842. OLE color: 16046842.

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

Color convert

RGB250218244-
CMYK00.130.020.02
HSL311.25º76.19%91.76%-
HSV(B)311.25º12.8%98.04%-
XYZ80.827796.19-
YUV230.53135.6141.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.11%
GREEN value IS 218 (85.55% from 255) = 30.62%
BLUE value IS 244 (95.70% from 255) = 34.27%
R=35.11%
G=30.62%
B=34.27%

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
Decimal25021824400.130.020.02311.2576.1991.76
HexFADAF40D221374c5c
Octal37233236401522467114134
Binary11111010110110101111010001101101010011011110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADAF4; }

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

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

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

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

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

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

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

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