#F8E7FA

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

Shades of Selago #F8E7FA

Tints of Selago #F8E7FA

Color information

#F8E7FA (or 0xF8E7FA) is unknown color: approx Selago. HEX triplet: F8, E7 and FA. RGB value is (248,231,250). Sum of RGB (Red+Green+Blue) = 248+231+250=729 (96% of max value = 765). Red value is 248 (97.27% from 255 or 34.02% from 729); Green value is 231 (90.62% from 255 or 31.69% from 729); Blue value is 250 (98.05% from 255 or 34.29% from 729); Max value from RGB is 250 - color contains mainly: blue. Hex color #F8E7FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8E7FA is #071805. Grayscale: #EEEEEE. Windows color (decimal): -464902 or 16443384. OLE color: 16443384.

HSL color Cylindrical-coordinate representation of color #F8E7FA: hue angle of 293.68º degrees, saturation: 0.66, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F8E7FA is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB248231250-
CMYK0.010.0800.02
HSL293.68º65.52%94.31%-
HSV(B)293.68º7.6%98.04%-
XYZ84.5484.01102.2-
YUV238.25134.63134.96-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.02%
GREEN value IS 231 (90.62% from 255) = 31.69%
BLUE value IS 250 (98.05% from 255) = 34.29%
R=34.02%
G=31.69%
B=34.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2482312500.010.0800.02293.6865.5294.31
HexF8E7FA1802126425e
Octal37034737211002446102136
Binary1111100011100111111110101100001010010011010000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E7FA; }

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

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

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

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

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

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

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

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