#F8E5F4

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

Shades of Selago #F8E5F4

Tints of Selago #F8E5F4

Color information

#F8E5F4 (or 0xF8E5F4) is unknown color: approx Selago. HEX triplet: F8, E5 and F4. RGB value is (248,229,244). Sum of RGB (Red+Green+Blue) = 248+229+244=721 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.40% from 721); Green value is 229 (89.84% from 255 or 31.76% from 721); Blue value is 244 (95.70% from 255 or 33.84% from 721); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E5F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8E5F4 is #071A0B. Grayscale: #ECECEC. Windows color (decimal): -465420 or 16049656. OLE color: 16049656.

HSL color Cylindrical-coordinate representation of color #F8E5F4: hue angle of 312.63º 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 #F8E5F4 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB248229244-
CMYK00.080.020.03
HSL312.63º57.58%93.53%-
HSV(B)312.63º7.66%97.25%-
XYZ83.0682.5397.14-
YUV236.39132.29136.28-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.40%
GREEN value IS 229 (89.84% from 255) = 31.76%
BLUE value IS 244 (95.70% from 255) = 33.84%
R=34.40%
G=31.76%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822924400.080.020.03312.6357.5893.53
HexF8E5F408231393a5e
Octal3703453640102347172136
Binary1111100011100101111101000100010111001110011110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E5F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E5F4; }

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

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

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

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

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

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

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

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