#FAE4FA

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

Shades of Selago #FAE4FA

Tints of Selago #FAE4FA

Color information

#FAE4FA (or 0xFAE4FA) is unknown color: approx Selago. HEX triplet: FA, E4 and FA. RGB value is (250,228,250). Sum of RGB (Red+Green+Blue) = 250+228+250=728 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.34% from 728); Green value is 228 (89.45% from 255 or 31.32% from 728); Blue value is 250 (98.05% from 255 or 34.34% from 728); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAE4FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE4FA is #051B05. Grayscale: #EDEDED. Windows color (decimal): -334598 or 16442618. OLE color: 16442618.

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

Color convert

RGB250228250-
CMYK00.0900.02
HSL300º68.75%93.73%-
HSV(B)300º8.8%98.04%-
XYZ84.4282.71101.96-
YUV237.09135.29137.21-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.34%
GREEN value IS 228 (89.45% from 255) = 31.32%
BLUE value IS 250 (98.05% from 255) = 34.34%
R=34.34%
G=31.32%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022825000.0900.0230068.7593.73
HexFAE4FA090212c455e
Octal37234437201102454105136
Binary1111101011100100111110100100101010010110010001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE4FA; }

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

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

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

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

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

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

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

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