#FAE3FF

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

Shades of Selago #FAE3FF

Tints of Selago #FAE3FF

Color information

#FAE3FF (or 0xFAE3FF) is unknown color: approx Selago. HEX triplet: FA, E3 and FF. RGB value is (250,227,255). Sum of RGB (Red+Green+Blue) = 250+227+255=732 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.15% from 732); Green value is 227 (89.06% from 255 or 31.01% from 732); Blue value is 255 (100% from 255 or 34.84% from 732); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAE3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE3FF is #051C00. Grayscale: #ECECEC. Windows color (decimal): -334849 or 16770042. OLE color: 16770042.

HSL color Cylindrical-coordinate representation of color #FAE3FF: hue angle of 289.29º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FAE3FF is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB250227255-
CMYK0.020.1100
HSL289.29º100%94.51%-
HSV(B)289.29º10.98%100%-
XYZ84.9482.48106.05-
YUV237.07138.12137.22-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.15%
GREEN value IS 227 (89.06% from 255) = 31.01%
BLUE value IS 255 (100% from 255) = 34.84%
R=34.15%
G=31.01%
B=34.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502272550.020.1100289.2910094.51
HexFAE3FF2B00121645f
Octal37234337721300441144137
Binary1111101011100011111111111010110010010000111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE3FF; }

 p { color: rgb(250,227,255); }

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

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

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

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

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

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

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