#F8EBFA

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

Shades of Selago #F8EBFA

Tints of Selago #F8EBFA

Color information

#F8EBFA (or 0xF8EBFA) is unknown color: approx Selago. HEX triplet: F8, EB and FA. RGB value is (248,235,250). Sum of RGB (Red+Green+Blue) = 248+235+250=733 (97% of max value = 765). Red value is 248 (97.27% from 255 or 33.83% from 733); Green value is 235 (92.19% from 255 or 32.06% from 733); Blue value is 250 (98.05% from 255 or 34.11% from 733); Max value from RGB is 250 - color contains mainly: blue. Hex color #F8EBFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8EBFA is #071405. Grayscale: #F0F0F0. Windows color (decimal): -463878 or 16444408. OLE color: 16444408.

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

Color convert

RGB248235250-
CMYK0.010.0600.02
HSL292º60%95.1%-
HSV(B)292º6%98.04%-
XYZ85.6886.28102.58-
YUV240.6133.31133.28-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 33.83%
GREEN value IS 235 (92.19% from 255) = 32.06%
BLUE value IS 250 (98.05% from 255) = 34.11%
R=33.83%
G=32.06%
B=34.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2482352500.010.0600.022926095.1
HexF8EBFA16021243c5f
Octal370353372160244474137
Binary11111000111010111111101011100101001001001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EBFA; }

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

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

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

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

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

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

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

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