#FAD1FD

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

Shades of Snuff #FAD1FD

Tints of Snuff #FAD1FD

Color information

#FAD1FD (or 0xFAD1FD) is unknown color: approx Snuff. HEX triplet: FA, D1 and FD. RGB value is (250,209,253). Sum of RGB (Red+Green+Blue) = 250+209+253=712 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.11% from 712); Green value is 209 (82.03% from 255 or 29.35% from 712); Blue value is 253 (99.22% from 255 or 35.53% from 712); Max value from RGB is 253 - color contains mainly: blue. Hex color #FAD1FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD1FD is #052E02. Grayscale: #E2E2E2. Windows color (decimal): -339459 or 16634362. OLE color: 16634362.

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

Color convert

RGB250209253-
CMYK0.010.1700.01
HSL295.91º91.67%90.59%-
HSV(B)295.91º17.39%99.22%-
XYZ79.9573.02102.81-
YUV226.28143.08144.92-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.11%
GREEN value IS 209 (82.03% from 255) = 29.35%
BLUE value IS 253 (99.22% from 255) = 35.53%
R=35.11%
G=29.35%
B=35.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502092530.010.1700.01295.9191.6790.59
HexFAD1FD111011285c5b
Octal37232137512101450134133
Binary1111101011010001111111011100010110010100010111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD1FD; }

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

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

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

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

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

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

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

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