#F8E0FD

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

Shades of Selago #F8E0FD

Tints of Selago #F8E0FD

Color information

#F8E0FD (or 0xF8E0FD) is unknown color: approx Selago. HEX triplet: F8, E0 and FD. RGB value is (248,224,253). Sum of RGB (Red+Green+Blue) = 248+224+253=725 (96% of max value = 765). Red value is 248 (97.27% from 255 or 34.21% from 725); Green value is 224 (87.89% from 255 or 30.90% from 725); Blue value is 253 (99.22% from 255 or 34.90% from 725); Max value from RGB is 253 - color contains mainly: blue. Hex color #F8E0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8E0FD is #071F02. Grayscale: #EAEAEA. Windows color (decimal): -466691 or 16638200. OLE color: 16638200.

HSL color Cylindrical-coordinate representation of color #F8E0FD: hue angle of 289.66º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F8E0FD is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB248224253-
CMYK0.020.1100.01
HSL289.66º87.88%93.53%-
HSV(B)289.66º11.46%99.22%-
XYZ83.180.36104.06-
YUV234.48138.45137.64-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.21%
GREEN value IS 224 (87.89% from 255) = 30.90%
BLUE value IS 253 (99.22% from 255) = 34.90%
R=34.21%
G=30.90%
B=34.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2482242530.020.1100.01289.6687.8893.53
HexF8E0FD2B01122585e
Octal37034037521301442130136
Binary1111100011100000111111011010110110010001010110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E0FD; }

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

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

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

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

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

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

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

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