#FAE6FE

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

Shades of Selago #FAE6FE

Tints of Selago #FAE6FE

Color information

#FAE6FE (or 0xFAE6FE) is unknown color: approx Selago. HEX triplet: FA, E6 and FE. RGB value is (250,230,254). Sum of RGB (Red+Green+Blue) = 250+230+254=734 (97% of max value = 765). Red value is 250 (98.05% from 255 or 34.06% from 734); Green value is 230 (90.23% from 255 or 31.34% from 734); Blue value is 254 (99.61% from 255 or 34.60% from 734); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAE6FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE6FE is #051901. Grayscale: #EEEEEE. Windows color (decimal): -334082 or 16705274. OLE color: 16705274.

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

Color convert

RGB250230254-
CMYK0.020.0900.00
HSL290º92.31%94.9%-
HSV(B)290º9.45%99.61%-
XYZ85.6184.07105.48-
YUV238.72136.63136.05-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.06%
GREEN value IS 230 (90.23% from 255) = 31.34%
BLUE value IS 254 (99.61% from 255) = 34.60%
R=34.06%
G=31.34%
B=34.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2502302540.020.0900.0029092.3194.9
HexFAE6FE29001225c5f
Octal37234637621100442134137
Binary1111101011100110111111101010010010010001010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE6FE; }

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

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

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

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

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

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

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

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