#FAD5FA

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

Shades of Snuff #FAD5FA

Tints of Snuff #FAD5FA

Color information

#FAD5FA (or 0xFAD5FA) is unknown color: approx Snuff. HEX triplet: FA, D5 and FA. RGB value is (250,213,250). Sum of RGB (Red+Green+Blue) = 250+213+250=713 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.06% from 713); Green value is 213 (83.59% from 255 or 29.87% from 713); Blue value is 250 (98.05% from 255 or 35.06% from 713); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAD5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD5FA is #052A05. Grayscale: #E4E4E4. Windows color (decimal): -338438 or 16438778. OLE color: 16438778.

HSL color Cylindrical-coordinate representation of color #FAD5FA: hue angle of 300º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FAD5FA is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB250213250-
CMYK00.1500.02
HSL300º78.72%90.78%-
HSV(B)300º14.8%98.04%-
XYZ80.4774.81100.64-
YUV228.28140.26143.49-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.06%
GREEN value IS 213 (83.59% from 255) = 29.87%
BLUE value IS 250 (98.05% from 255) = 35.06%
R=35.06%
G=29.87%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021325000.1500.0230078.7290.78
HexFAD5FA0F0212c4f5b
Octal37232537201702454117133
Binary1111101011010101111110100111101010010110010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD5FA; }

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

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

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

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

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

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

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

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