#FAE4FE

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

Shades of Selago #FAE4FE

Tints of Selago #FAE4FE

Color information

#FAE4FE (or 0xFAE4FE) is unknown color: approx Selago. HEX triplet: FA, E4 and FE. RGB value is (250,228,254). Sum of RGB (Red+Green+Blue) = 250+228+254=732 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.15% from 732); Green value is 228 (89.45% from 255 or 31.15% from 732); Blue value is 254 (99.61% from 255 or 34.70% from 732); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAE4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE4FE is #051B01. Grayscale: #EDEDED. Windows color (decimal): -334594 or 16704762. OLE color: 16704762.

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

Color convert

RGB250228254-
CMYK0.020.1000.00
HSL290.77º92.86%94.51%-
HSV(B)290.77º10.24%99.61%-
XYZ85.0682.97105.3-
YUV237.54137.29136.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.15%
GREEN value IS 228 (89.45% from 255) = 31.15%
BLUE value IS 254 (99.61% from 255) = 34.70%
R=34.15%
G=31.15%
B=34.70%

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
Decimal2502282540.020.1000.00290.7792.8694.51
HexFAE4FE2A001235d5f
Octal37234437621200443135137
Binary1111101011100100111111101010100010010001110111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE4FE; }

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

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

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

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

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

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

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

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