#FAE5FA

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

Shades of Selago #FAE5FA

Tints of Selago #FAE5FA

Color information

#FAE5FA (or 0xFAE5FA) is unknown color: approx Selago. HEX triplet: FA, E5 and FA. RGB value is (250,229,250). Sum of RGB (Red+Green+Blue) = 250+229+250=729 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.29% from 729); Green value is 229 (89.84% from 255 or 31.41% from 729); Blue value is 250 (98.05% from 255 or 34.29% from 729); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAE5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE5FA is #051A05. Grayscale: #EDEDED. Windows color (decimal): -334342 or 16442874. OLE color: 16442874.

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

Color convert

RGB250229250-
CMYK00.0800.02
HSL300º67.74%93.92%-
HSV(B)300º8.4%98.04%-
XYZ84.783.26102.05-
YUV237.67134.96136.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.29%
GREEN value IS 229 (89.84% from 255) = 31.41%
BLUE value IS 250 (98.05% from 255) = 34.29%
R=34.29%
G=31.41%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022925000.0800.0230067.7493.92
HexFAE5FA080212c445e
Octal37234537201002454104136
Binary1111101011100101111110100100001010010110010001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE5FA; }

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

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

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

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

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

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

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

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