#F8E8FA

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

Shades of Selago #F8E8FA

Tints of Selago #F8E8FA

Color information

#F8E8FA (or 0xF8E8FA) is unknown color: approx Selago. HEX triplet: F8, E8 and FA. RGB value is (248,232,250). Sum of RGB (Red+Green+Blue) = 248+232+250=730 (96% of max value = 765). Red value is 248 (97.27% from 255 or 33.97% from 730); Green value is 232 (91.02% from 255 or 31.78% from 730); Blue value is 250 (98.05% from 255 or 34.25% from 730); Max value from RGB is 250 - color contains mainly: blue. Hex color #F8E8FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8E8FA is #071705. Grayscale: #EEEEEE. Windows color (decimal): -464646 or 16443640. OLE color: 16443640.

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

Color convert

RGB248232250-
CMYK0.010.0700.02
HSL293.33º64.29%94.51%-
HSV(B)293.33º7.2%98.04%-
XYZ84.8284.57102.3-
YUV238.84134.3134.54-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 33.97%
GREEN value IS 232 (91.02% from 255) = 31.78%
BLUE value IS 250 (98.05% from 255) = 34.25%
R=33.97%
G=31.78%
B=34.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2482322500.010.0700.02293.3364.2994.51
HexF8E8FA1702125405f
Octal3703503721702445100137
Binary111110001110100011111010111101010010010110000001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E8FA; }

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

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

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

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

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

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

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

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