#FAD3F9

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

Shades of Snuff #FAD3F9

Tints of Snuff #FAD3F9

Color information

#FAD3F9 (or 0xFAD3F9) is unknown color: approx Snuff. HEX triplet: FA, D3 and F9. RGB value is (250,211,249). Sum of RGB (Red+Green+Blue) = 250+211+249=710 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.21% from 710); Green value is 211 (82.81% from 255 or 29.72% from 710); Blue value is 249 (97.66% from 255 or 35.07% from 710); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD3F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD3F9 is #052C06. Grayscale: #E2E2E2. Windows color (decimal): -338951 or 16372730. OLE color: 16372730.

HSL color Cylindrical-coordinate representation of color #FAD3F9: hue angle of 301.54º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FAD3F9 is Cyan = 0, Magento = 0.16, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB250211249-
CMYK00.160.000.02
HSL301.54º79.59%90.39%-
HSV(B)301.54º15.6%98.04%-
XYZ79.8273.7599.65-
YUV226.99140.42144.41-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.21%
GREEN value IS 211 (82.81% from 255) = 29.72%
BLUE value IS 249 (97.66% from 255) = 35.07%
R=35.21%
G=29.72%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021124900.160.000.02301.5479.5990.39
HexFAD3F90100212e505a
Octal37232337102002456120132
Binary11111010110100111111100101000001010010111010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD3F9; }

 p { color: rgb(250,211,249); }

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

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

 a { background-color: rgb(250,211,249); }

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

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

 span { border-color: rgb(250,211,249); }

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