#FAE5FC

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

Shades of Selago #FAE5FC

Tints of Selago #FAE5FC

Color information

#FAE5FC (or 0xFAE5FC) is unknown color: approx Selago. HEX triplet: FA, E5 and FC. RGB value is (250,229,252). Sum of RGB (Red+Green+Blue) = 250+229+252=731 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.20% from 731); Green value is 229 (89.84% from 255 or 31.33% from 731); Blue value is 252 (98.83% from 255 or 34.47% from 731); Max value from RGB is 252 - color contains mainly: blue. Hex color #FAE5FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE5FC is #051A03. Grayscale: #EDEDED. Windows color (decimal): -334340 or 16573946. OLE color: 16573946.

HSL color Cylindrical-coordinate representation of color #FAE5FC: hue angle of 294.78º degrees, saturation: 0.79, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FAE5FC is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB250229252-
CMYK0.010.0900.01
HSL294.78º79.31%94.31%-
HSV(B)294.78º9.13%98.82%-
XYZ85.0183.39103.71-
YUV237.9135.96136.63-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.20%
GREEN value IS 229 (89.84% from 255) = 31.33%
BLUE value IS 252 (98.83% from 255) = 34.47%
R=34.20%
G=31.33%
B=34.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502292520.010.0900.01294.7879.3194.31
HexFAE5FC19011274f5e
Octal37234537411101447117136
Binary111110101110010111111100110010110010011110011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE5FC; }

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

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

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

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

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

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

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

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