#FADAF3

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

Shades of Snuff #FADAF3

Tints of Snuff #FADAF3

Color information

#FADAF3 (or 0xFADAF3) is unknown color: approx Snuff. HEX triplet: FA, DA and F3. RGB value is (250,218,243). Sum of RGB (Red+Green+Blue) = 250+218+243=711 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.16% from 711); Green value is 218 (85.55% from 255 or 30.66% from 711); Blue value is 243 (95.31% from 255 or 34.18% from 711); Max value from RGB is 250 - color contains mainly: red. Hex color #FADAF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADAF3 is #05250C. Grayscale: #E6E6E6. Windows color (decimal): -337165 or 15981306. OLE color: 15981306.

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

Color convert

RGB250218243-
CMYK00.130.030.02
HSL313.12º76.19%91.76%-
HSV(B)313.12º12.8%98.04%-
XYZ80.6776.9495.39-
YUV230.42135.1141.97-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.16%
GREEN value IS 218 (85.55% from 255) = 30.66%
BLUE value IS 243 (95.31% from 255) = 34.18%
R=35.16%
G=30.66%
B=34.18%

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
Decimal25021824300.130.030.02313.1276.1991.76
HexFADAF30D321394c5c
Octal37233236301532471114134
Binary11111010110110101111001101101111010011100110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADAF3; }

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

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

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

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

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

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

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

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