#FAD0FD

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

Shades of Snuff #FAD0FD

Tints of Snuff #FAD0FD

Color information

#FAD0FD (or 0xFAD0FD) is unknown color: approx Snuff. HEX triplet: FA, D0 and FD. RGB value is (250,208,253). Sum of RGB (Red+Green+Blue) = 250+208+253=711 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.16% from 711); Green value is 208 (81.64% from 255 or 29.25% from 711); Blue value is 253 (99.22% from 255 or 35.58% from 711); Max value from RGB is 253 - color contains mainly: blue. Hex color #FAD0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD0FD is #052F02. Grayscale: #E1E1E1. Windows color (decimal): -339715 or 16634106. OLE color: 16634106.

HSL color Cylindrical-coordinate representation of color #FAD0FD: hue angle of 296º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FAD0FD is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB250208253-
CMYK0.010.1800.01
HSL296º91.84%90.39%-
HSV(B)296º17.79%99.22%-
XYZ79.7172.53102.73-
YUV225.69143.41145.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.16%
GREEN value IS 208 (81.64% from 255) = 29.25%
BLUE value IS 253 (99.22% from 255) = 35.58%
R=35.16%
G=29.25%
B=35.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502082530.010.1800.0129691.8490.39
HexFAD0FD112011285c5a
Octal37232037512201450134132
Binary1111101011010000111111011100100110010100010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD0FD; }

 p { color: rgb(250,208,253); }

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

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

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

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

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

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

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