#FAE0FE

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

Shades of Selago #FAE0FE

Tints of Selago #FAE0FE

Color information

#FAE0FE (or 0xFAE0FE) is unknown color: approx Selago. HEX triplet: FA, E0 and FE. RGB value is (250,224,254). Sum of RGB (Red+Green+Blue) = 250+224+254=728 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.34% from 728); Green value is 224 (87.89% from 255 or 30.77% from 728); Blue value is 254 (99.61% from 255 or 34.89% from 728); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAE0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE0FE is #051F01. Grayscale: #EBEBEB. Windows color (decimal): -335618 or 16703738. OLE color: 16703738.

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

Color convert

RGB250224254-
CMYK0.020.1200.00
HSL292º93.75%93.73%-
HSV(B)292º11.81%99.61%-
XYZ83.9780.79104.93-
YUV235.19138.61138.56-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.34%
GREEN value IS 224 (87.89% from 255) = 30.77%
BLUE value IS 254 (99.61% from 255) = 34.89%
R=34.34%
G=30.77%
B=34.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2502242540.020.1200.0029293.7593.73
HexFAE0FE2C001245e5e
Octal37234037621400444136136
Binary1111101011100000111111101011000010010010010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE0FE; }

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

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

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

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

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

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

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

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