#FAE7FC

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

Shades of Selago #FAE7FC

Tints of Selago #FAE7FC

Color information

#FAE7FC (or 0xFAE7FC) is unknown color: approx Selago. HEX triplet: FA, E7 and FC. RGB value is (250,231,252). Sum of RGB (Red+Green+Blue) = 250+231+252=733 (97% of max value = 765). Red value is 250 (98.05% from 255 or 34.11% from 733); Green value is 231 (90.62% from 255 or 31.51% from 733); Blue value is 252 (98.83% from 255 or 34.38% from 733); Max value from RGB is 252 - color contains mainly: blue. Hex color #FAE7FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAE7FC is #051803. Grayscale: #EFEFEF. Windows color (decimal): -333828 or 16574458. OLE color: 16574458.

HSL color Cylindrical-coordinate representation of color #FAE7FC: hue angle of 294.29º degrees, saturation: 0.78, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FAE7FC is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB250231252-
CMYK0.010.0800.01
HSL294.29º77.78%94.71%-
HSV(B)294.29º8.33%98.82%-
XYZ85.5784.5103.9-
YUV239.08135.29135.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.11%
GREEN value IS 231 (90.62% from 255) = 31.51%
BLUE value IS 252 (98.83% from 255) = 34.38%
R=34.11%
G=31.51%
B=34.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502312520.010.0800.01294.2977.7894.71
HexFAE7FC18011264e5f
Octal37234737411001446116137
Binary111110101110011111111100110000110010011010011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE7FC; }

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

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

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

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

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

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

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

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