#FAE2FE

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

Shades of Selago #FAE2FE

Tints of Selago #FAE2FE

Color information

#FAE2FE (or 0xFAE2FE) is unknown color: approx Selago. HEX triplet: FA, E2 and FE. RGB value is (250,226,254). Sum of RGB (Red+Green+Blue) = 250+226+254=730 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.25% from 730); Green value is 226 (88.67% from 255 or 30.96% from 730); Blue value is 254 (99.61% from 255 or 34.79% from 730); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAE2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE2FE is #051D01. Grayscale: #ECECEC. Windows color (decimal): -335106 or 16704250. OLE color: 16704250.

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

Color convert

RGB250226254-
CMYK0.020.1100.00
HSL291.43º93.33%94.12%-
HSV(B)291.43º11.02%99.61%-
XYZ84.5181.87105.11-
YUV236.37137.95137.72-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.25%
GREEN value IS 226 (88.67% from 255) = 30.96%
BLUE value IS 254 (99.61% from 255) = 34.79%
R=34.25%
G=30.96%
B=34.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2502262540.020.1100.00291.4393.3394.12
HexFAE2FE2B001235d5e
Octal37234237621300443135136
Binary1111101011100010111111101010110010010001110111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE2FE; }

 p { color: rgb(250,226,254); }

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

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

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

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

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

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

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