#F8EAF5

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

Shades of Selago #F8EAF5

Tints of Selago #F8EAF5

Color information

#F8EAF5 (or 0xF8EAF5) is unknown color: approx Selago. HEX triplet: F8, EA and F5. RGB value is (248,234,245). Sum of RGB (Red+Green+Blue) = 248+234+245=727 (96% of max value = 765). Red value is 248 (97.27% from 255 or 34.11% from 727); Green value is 234 (91.80% from 255 or 32.19% from 727); Blue value is 245 (96.09% from 255 or 33.70% from 727); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EAF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8EAF5 is #07150A. Grayscale: #EFEFEF. Windows color (decimal): -464139 or 16116472. OLE color: 16116472.

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

Color convert

RGB248234245-
CMYK00.060.010.03
HSL312.86º50%94.51%-
HSV(B)312.86º5.65%97.25%-
XYZ84.6285.3998.41-
YUV239.44131.14134.11-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.11%
GREEN value IS 234 (91.80% from 255) = 32.19%
BLUE value IS 245 (96.09% from 255) = 33.70%
R=34.11%
G=32.19%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823424500.060.010.03312.865094.51
HexF8EAF50613139325f
Octal370352365061347162137
Binary11111000111010101111010101101111001110011100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EAF5; }

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

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

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

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

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

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

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

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