#F8E7FB

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

Shades of Selago #F8E7FB

Tints of Selago #F8E7FB

Color information

#F8E7FB (or 0xF8E7FB) is unknown color: approx Selago. HEX triplet: F8, E7 and FB. RGB value is (248,231,251). Sum of RGB (Red+Green+Blue) = 248+231+251=730 (96% of max value = 765). Red value is 248 (97.27% from 255 or 33.97% from 730); Green value is 231 (90.62% from 255 or 31.64% from 730); Blue value is 251 (98.44% from 255 or 34.38% from 730); Max value from RGB is 251 - color contains mainly: blue. Hex color #F8E7FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8E7FB is #071804. Grayscale: #EEEEEE. Windows color (decimal): -464901 or 16508920. OLE color: 16508920.

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

Color convert

RGB248231251-
CMYK0.010.0800.02
HSL291º71.43%94.51%-
HSV(B)291º7.97%98.43%-
XYZ84.784.07103.03-
YUV238.36135.13134.87-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 33.97%
GREEN value IS 231 (90.62% from 255) = 31.64%
BLUE value IS 251 (98.44% from 255) = 34.38%
R=33.97%
G=31.64%
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.02
SystemRedGreenBlueCMYKHSL
Decimal2482312510.010.0800.0229171.4394.51
HexF8E7FB1802123475f
Octal37034737311002443107137
Binary1111100011100111111110111100001010010001110001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E7FB; }

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

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

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

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

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

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

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

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