#FAD2FF

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

Shades of Selago #FAD2FF

Tints of Selago #FAD2FF

Color information

#FAD2FF (or 0xFAD2FF) is unknown color: approx Selago. HEX triplet: FA, D2 and FF. RGB value is (250,210,255). Sum of RGB (Red+Green+Blue) = 250+210+255=715 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.97% from 715); Green value is 210 (82.42% from 255 or 29.37% from 715); Blue value is 255 (100% from 255 or 35.66% from 715); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAD2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD2FF is #052D00. Grayscale: #E2E2E2. Windows color (decimal): -339201 or 16765690. OLE color: 16765690.

HSL color Cylindrical-coordinate representation of color #FAD2FF: hue angle of 293.33º 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 #FAD2FF is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB250210255-
CMYK0.020.1800
HSL293.33º100%91.18%-
HSV(B)293.33º17.65%100%-
XYZ80.5273.64104.58-
YUV227.09143.75144.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.97%
GREEN value IS 210 (82.42% from 255) = 29.37%
BLUE value IS 255 (100% from 255) = 35.66%
R=34.97%
G=29.37%
B=35.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502102550.020.1800293.3310091.18
HexFAD2FF21200125645b
Octal37232237722200445144133
Binary11111010110100101111111110100100010010010111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD2FF; }

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

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

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

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

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

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

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

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