#FAD1FF

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

Shades of Selago #FAD1FF

Tints of Selago #FAD1FF

Color information

#FAD1FF (or 0xFAD1FF) is unknown color: approx Selago. HEX triplet: FA, D1 and FF. RGB value is (250,209,255). Sum of RGB (Red+Green+Blue) = 250+209+255=714 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.01% from 714); Green value is 209 (82.03% from 255 or 29.27% from 714); Blue value is 255 (100% from 255 or 35.71% from 714); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAD1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD1FF is #052E00. Grayscale: #E2E2E2. Windows color (decimal): -339457 or 16765434. OLE color: 16765434.

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

Color convert

RGB250209255-
CMYK0.020.1800
HSL293.48º100%90.98%-
HSV(B)293.48º18.04%100%-
XYZ80.2773.14104.5-
YUV226.5144.08144.76-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.01%
GREEN value IS 209 (82.03% from 255) = 29.27%
BLUE value IS 255 (100% from 255) = 35.71%
R=35.01%
G=29.27%
B=35.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502092550.020.1800293.4810090.98
HexFAD1FF21200125645b
Octal37232137722200445144133
Binary11111010110100011111111110100100010010010111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD1FF; }

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

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

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

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

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

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

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

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