#FAE1FE

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

Shades of Selago #FAE1FE

Tints of Selago #FAE1FE

Color information

#FAE1FE (or 0xFAE1FE) is unknown color: approx Selago. HEX triplet: FA, E1 and FE. RGB value is (250,225,254). Sum of RGB (Red+Green+Blue) = 250+225+254=729 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.29% from 729); Green value is 225 (88.28% from 255 or 30.86% from 729); Blue value is 254 (99.61% from 255 or 34.84% from 729); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAE1FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE1FE is #051E01. Grayscale: #EBEBEB. Windows color (decimal): -335362 or 16703994. OLE color: 16703994.

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

Color convert

RGB250225254-
CMYK0.020.1100.00
HSL291.72º93.55%93.92%-
HSV(B)291.72º11.42%99.61%-
XYZ84.2481.33105.02-
YUV235.78138.28138.14-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.29%
GREEN value IS 225 (88.28% from 255) = 30.86%
BLUE value IS 254 (99.61% from 255) = 34.84%
R=34.29%
G=30.86%
B=34.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2502252540.020.1100.00291.7293.5593.92
HexFAE1FE2B001245e5e
Octal37234137621300444136136
Binary1111101011100001111111101010110010010010010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE1FE; }

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

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

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

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

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

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

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

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