#FAE5FE

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

Shades of Selago #FAE5FE

Tints of Selago #FAE5FE

Color information

#FAE5FE (or 0xFAE5FE) is unknown color: approx Selago. HEX triplet: FA, E5 and FE. RGB value is (250,229,254). Sum of RGB (Red+Green+Blue) = 250+229+254=733 (97% of max value = 765). Red value is 250 (98.05% from 255 or 34.11% from 733); Green value is 229 (89.84% from 255 or 31.24% from 733); Blue value is 254 (99.61% from 255 or 34.65% from 733); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAE5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE5FE is #051A01. Grayscale: #EEEEEE. Windows color (decimal): -334338 or 16705018. OLE color: 16705018.

HSL color Cylindrical-coordinate representation of color #FAE5FE: hue angle of 290.4º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAE5FE is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB250229254-
CMYK0.020.1000.00
HSL290.4º92.59%94.71%-
HSV(B)290.4º9.84%99.61%-
XYZ85.3383.52105.39-
YUV238.13136.96136.47-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.11%
GREEN value IS 229 (89.84% from 255) = 31.24%
BLUE value IS 254 (99.61% from 255) = 34.65%
R=34.11%
G=31.24%
B=34.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2502292540.020.1000.00290.492.5994.71
HexFAE5FE2A001225d5f
Octal37234537621200442135137
Binary1111101011100101111111101010100010010001010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE5FE; }

 p { color: rgb(250,229,254); }

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

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

 a { background-color: rgb(250,229,254); }

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

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

 span { border-color: rgb(250,229,254); }

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