#F8EAFA

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

Shades of Selago #F8EAFA

Tints of Selago #F8EAFA

Color information

#F8EAFA (or 0xF8EAFA) is unknown color: approx Selago. HEX triplet: F8, EA and FA. RGB value is (248,234,250). Sum of RGB (Red+Green+Blue) = 248+234+250=732 (96% of max value = 765). Red value is 248 (97.27% from 255 or 33.88% from 732); Green value is 234 (91.80% from 255 or 31.97% from 732); Blue value is 250 (98.05% from 255 or 34.15% from 732); Max value from RGB is 250 - color contains mainly: blue. Hex color #F8EAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8EAFA is #071505. Grayscale: #EFEFEF. Windows color (decimal): -464134 or 16444152. OLE color: 16444152.

HSL color Cylindrical-coordinate representation of color #F8EAFA: hue angle of 292.5º degrees, saturation: 0.62, 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 #F8EAFA is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB248234250-
CMYK0.010.0600.02
HSL292.5º61.54%94.9%-
HSV(B)292.5º6.4%98.04%-
XYZ85.3985.7102.48-
YUV240.01133.64133.7-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 33.88%
GREEN value IS 234 (91.80% from 255) = 31.97%
BLUE value IS 250 (98.05% from 255) = 34.15%
R=33.88%
G=31.97%
B=34.15%

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
Decimal2482342500.010.0600.02292.561.5494.9
HexF8EAFA16021243e5f
Octal370352372160244476137
Binary11111000111010101111101011100101001001001111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EAFA; }

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

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

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

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

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

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

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

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