#F8E5F8

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

Shades of Selago #F8E5F8

Tints of Selago #F8E5F8

Color information

#F8E5F8 (or 0xF8E5F8) is unknown color: approx Selago. HEX triplet: F8, E5 and F8. RGB value is (248,229,248). Sum of RGB (Red+Green+Blue) = 248+229+248=725 (96% of max value = 765). Red value is 248 (97.27% from 255 or 34.21% from 725); Green value is 229 (89.84% from 255 or 31.59% from 725); Blue value is 248 (97.27% from 255 or 34.21% from 725); Max value from RGB is 248 - color contains mainly: red, blue. Hex color #F8E5F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8E5F8 is #071A07. Grayscale: #ECECEC. Windows color (decimal): -465416 or 16311800. OLE color: 16311800.

HSL color Cylindrical-coordinate representation of color #F8E5F8: hue angle of 300º degrees, saturation: 0.58, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F8E5F8 is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB248229248-
CMYK00.0800.03
HSL300º57.58%93.53%-
HSV(B)300º7.66%97.25%-
XYZ83.6782.77100.37-
YUV236.85134.29135.96-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.21%
GREEN value IS 229 (89.84% from 255) = 31.59%
BLUE value IS 248 (97.27% from 255) = 34.21%
R=34.21%
G=31.59%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822924800.0800.0330057.5893.53
HexF8E5F8080312c3a5e
Octal3703453700100345472136
Binary111110001110010111111000010000111001011001110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E5F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E5F8; }

 p { color: rgb(248,229,248); }

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

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

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

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

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

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

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