#F8E0FE

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

Shades of Selago #F8E0FE

Tints of Selago #F8E0FE

Color information

#F8E0FE (or 0xF8E0FE) is unknown color: approx Selago. HEX triplet: F8, E0 and FE. RGB value is (248,224,254). Sum of RGB (Red+Green+Blue) = 248+224+254=726 (96% of max value = 765). Red value is 248 (97.27% from 255 or 34.16% from 726); Green value is 224 (87.89% from 255 or 30.85% from 726); Blue value is 254 (99.61% from 255 or 34.99% from 726); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8E0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8E0FE is #071F01. Grayscale: #EAEAEA. Windows color (decimal): -466690 or 16703736. OLE color: 16703736.

HSL color Cylindrical-coordinate representation of color #F8E0FE: hue angle of 288º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F8E0FE is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB248224254-
CMYK0.020.1200.00
HSL288º93.75%93.73%-
HSV(B)288º11.81%99.61%-
XYZ83.2680.42104.9-
YUV234.6138.95137.56-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.16%
GREEN value IS 224 (87.89% from 255) = 30.85%
BLUE value IS 254 (99.61% from 255) = 34.99%
R=34.16%
G=30.85%
B=34.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2482242540.020.1200.0028893.7593.73
HexF8E0FE2C001205e5e
Octal37034037621400440136136
Binary1111100011100000111111101011000010010000010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E0FE; }

 p { color: rgb(248,224,254); }

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

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

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

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

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

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

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