#FAE1FF

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

Shades of Selago #FAE1FF

Tints of Selago #FAE1FF

Color information

#FAE1FF (or 0xFAE1FF) is unknown color: approx Selago. HEX triplet: FA, E1 and FF. RGB value is (250,225,255). Sum of RGB (Red+Green+Blue) = 250+225+255=730 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.25% from 730); Green value is 225 (88.28% from 255 or 30.82% from 730); Blue value is 255 (100% from 255 or 34.93% from 730); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAE1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE1FF is #051E00. Grayscale: #EBEBEB. Windows color (decimal): -335361 or 16769530. OLE color: 16769530.

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

Color convert

RGB250225255-
CMYK0.020.1200
HSL290º100%94.12%-
HSV(B)290º11.76%100%-
XYZ84.481.39105.87-
YUV235.9138.78138.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.25%
GREEN value IS 225 (88.28% from 255) = 30.82%
BLUE value IS 255 (100% from 255) = 34.93%
R=34.25%
G=30.82%
B=34.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502252550.020.120029010094.12
HexFAE1FF2C00122645e
Octal37234137721400442144136
Binary1111101011100001111111111011000010010001011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE1FF; }

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

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

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

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

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

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

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

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