#FAD2FA

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

Shades of Snuff #FAD2FA

Tints of Snuff #FAD2FA

Color information

#FAD2FA (or 0xFAD2FA) is unknown color: approx Snuff. HEX triplet: FA, D2 and FA. RGB value is (250,210,250). Sum of RGB (Red+Green+Blue) = 250+210+250=710 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.21% from 710); Green value is 210 (82.42% from 255 or 29.58% from 710); Blue value is 250 (98.05% from 255 or 35.21% from 710); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAD2FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD2FA is #052D05. Grayscale: #E2E2E2. Windows color (decimal): -339206 or 16438010. OLE color: 16438010.

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

Color convert

RGB250210250-
CMYK00.1600.02
HSL300º80%90.2%-
HSV(B)300º16%98.04%-
XYZ79.7373.32100.39-
YUV226.52141.25144.75-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.21%
GREEN value IS 210 (82.42% from 255) = 29.58%
BLUE value IS 250 (98.05% from 255) = 35.21%
R=35.21%
G=29.58%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021025000.1600.023008090.2
HexFAD2FA0100212c505a
Octal37232237202002454120132
Binary11111010110100101111101001000001010010110010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD2FA; }

 p { color: rgb(250,210,250); }

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

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

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

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

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

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

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