#FAD3FF

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

Shades of Selago #FAD3FF

Tints of Selago #FAD3FF

Color information

#FAD3FF (or 0xFAD3FF) is unknown color: approx Selago. HEX triplet: FA, D3 and FF. RGB value is (250,211,255). Sum of RGB (Red+Green+Blue) = 250+211+255=716 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.92% from 716); Green value is 211 (82.81% from 255 or 29.47% from 716); Blue value is 255 (100% from 255 or 35.61% from 716); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAD3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD3FF is #052C00. Grayscale: #E3E3E3. Windows color (decimal): -338945 or 16765946. OLE color: 16765946.

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

Color convert

RGB250211255-
CMYK0.020.1700
HSL293.18º100%91.37%-
HSV(B)293.18º17.25%100%-
XYZ80.7774.13104.66-
YUV227.68143.42143.92-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.92%
GREEN value IS 211 (82.81% from 255) = 29.47%
BLUE value IS 255 (100% from 255) = 35.61%
R=34.92%
G=29.47%
B=35.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502112550.020.1700293.1810091.37
HexFAD3FF21100125645b
Octal37232337722100445144133
Binary11111010110100111111111110100010010010010111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD3FF; }

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

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

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

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

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

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

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

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