#FAE7FE

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

Shades of Selago #FAE7FE

Tints of Selago #FAE7FE

Color information

#FAE7FE (or 0xFAE7FE) is unknown color: approx Selago. HEX triplet: FA, E7 and FE. RGB value is (250,231,254). Sum of RGB (Red+Green+Blue) = 250+231+254=735 (97% of max value = 765). Red value is 250 (98.05% from 255 or 34.01% from 735); Green value is 231 (90.62% from 255 or 31.43% from 735); Blue value is 254 (99.61% from 255 or 34.56% from 735); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAE7FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE7FE is #051801. Grayscale: #EFEFEF. Windows color (decimal): -333826 or 16705530. OLE color: 16705530.

HSL color Cylindrical-coordinate representation of color #FAE7FE: hue angle of 289.57º 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 #FAE7FE is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB250231254-
CMYK0.020.0900.00
HSL289.57º92%95.1%-
HSV(B)289.57º9.06%99.61%-
XYZ85.8984.63105.57-
YUV239.3136.29135.63-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.01%
GREEN value IS 231 (90.62% from 255) = 31.43%
BLUE value IS 254 (99.61% from 255) = 34.56%
R=34.01%
G=31.43%
B=34.56%

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
Decimal2502312540.020.0900.00289.579295.1
HexFAE7FE29001225c5f
Octal37234737621100442134137
Binary1111101011100111111111101010010010010001010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE7FE; }

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

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

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

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

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

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

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

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