#FAD3FD

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

Shades of Selago #FAD3FD

Tints of Selago #FAD3FD

Color information

#FAD3FD (or 0xFAD3FD) is unknown color: approx Selago. HEX triplet: FA, D3 and FD. RGB value is (250,211,253). Sum of RGB (Red+Green+Blue) = 250+211+253=714 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.01% from 714); Green value is 211 (82.81% from 255 or 29.55% from 714); Blue value is 253 (99.22% from 255 or 35.43% from 714); Max value from RGB is 253 - color contains mainly: blue. Hex color #FAD3FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD3FD is #052C02. Grayscale: #E3E3E3. Windows color (decimal): -338947 or 16634874. OLE color: 16634874.

HSL color Cylindrical-coordinate representation of color #FAD3FD: hue angle of 295.71º degrees, saturation: 0.91, 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 #FAD3FD is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB250211253-
CMYK0.010.1700.01
HSL295.71º91.3%90.98%-
HSV(B)295.71º16.6%99.22%-
XYZ80.4574102.97-
YUV227.45142.42144.08-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.01%
GREEN value IS 211 (82.81% from 255) = 29.55%
BLUE value IS 253 (99.22% from 255) = 35.43%
R=35.01%
G=29.55%
B=35.43%

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
Decimal2502112530.010.1700.01295.7191.390.98
HexFAD3FD111011285b5b
Octal37232337512101450133133
Binary1111101011010011111111011100010110010100010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD3FD; }

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

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

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

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

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

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

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

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