#FAE0FF

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

Shades of Selago #FAE0FF

Tints of Selago #FAE0FF

Color information

#FAE0FF (or 0xFAE0FF) is unknown color: approx Selago. HEX triplet: FA, E0 and FF. RGB value is (250,224,255). Sum of RGB (Red+Green+Blue) = 250+224+255=729 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.29% from 729); Green value is 224 (87.89% from 255 or 30.73% from 729); Blue value is 255 (100% from 255 or 34.98% from 729); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAE0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE0FF is #051F00. Grayscale: #EBEBEB. Windows color (decimal): -335617 or 16769274. OLE color: 16769274.

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

Color convert

RGB250224255-
CMYK0.020.1200
HSL290.32º100%93.92%-
HSV(B)290.32º12.16%100%-
XYZ84.1380.86105.78-
YUV235.31139.11138.48-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.29%
GREEN value IS 224 (87.89% from 255) = 30.73%
BLUE value IS 255 (100% from 255) = 34.98%
R=34.29%
G=30.73%
B=34.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502242550.020.1200290.3210093.92
HexFAE0FF2C00122645e
Octal37234037721400442144136
Binary1111101011100000111111111011000010010001011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE0FF; }

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

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

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

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

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

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

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

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