#FAE6FA

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

Shades of Selago #FAE6FA

Tints of Selago #FAE6FA

Color information

#FAE6FA (or 0xFAE6FA) is unknown color: approx Selago. HEX triplet: FA, E6 and FA. RGB value is (250,230,250). Sum of RGB (Red+Green+Blue) = 250+230+250=730 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.25% from 730); Green value is 230 (90.23% from 255 or 31.51% from 730); Blue value is 250 (98.05% from 255 or 34.25% from 730); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAE6FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE6FA is #051905. Grayscale: #EEEEEE. Windows color (decimal): -334086 or 16443130. OLE color: 16443130.

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

Color convert

RGB250230250-
CMYK00.0800.02
HSL300º66.67%94.12%-
HSV(B)300º8%98.04%-
XYZ84.9883.82102.14-
YUV238.26134.63136.37-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.25%
GREEN value IS 230 (90.23% from 255) = 31.51%
BLUE value IS 250 (98.05% from 255) = 34.25%
R=34.25%
G=31.51%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023025000.0800.0230066.6794.12
HexFAE6FA080212c435e
Octal37234637201002454103136
Binary1111101011100110111110100100001010010110010000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE6FA; }

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

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

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

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

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

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

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

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