#FAE7FA

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

Shades of Selago #FAE7FA

Tints of Selago #FAE7FA

Color information

#FAE7FA (or 0xFAE7FA) is unknown color: approx Selago. HEX triplet: FA, E7 and FA. RGB value is (250,231,250). Sum of RGB (Red+Green+Blue) = 250+231+250=731 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.20% from 731); Green value is 231 (90.62% from 255 or 31.60% from 731); Blue value is 250 (98.05% from 255 or 34.20% from 731); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAE7FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE7FA is #051805. Grayscale: #EEEEEE. Windows color (decimal): -333830 or 16443386. OLE color: 16443386.

HSL color Cylindrical-coordinate representation of color #FAE7FA: hue angle of 300º degrees, saturation: 0.66, 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 #FAE7FA is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB250231250-
CMYK00.0800.02
HSL300º65.52%94.31%-
HSV(B)300º7.6%98.04%-
XYZ85.2684.38102.24-
YUV238.85134.29135.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.20%
GREEN value IS 231 (90.62% from 255) = 31.60%
BLUE value IS 250 (98.05% from 255) = 34.20%
R=34.20%
G=31.60%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023125000.0800.0230065.5294.31
HexFAE7FA080212c425e
Octal37234737201002454102136
Binary1111101011100111111110100100001010010110010000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE7FA; }

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

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

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

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

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

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

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

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