#F9E0FE

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

Shades of Selago #F9E0FE

Tints of Selago #F9E0FE

Color information

#F9E0FE (or 0xF9E0FE) is unknown color: approx Selago. HEX triplet: F9, E0 and FE. RGB value is (249,224,254). Sum of RGB (Red+Green+Blue) = 249+224+254=727 (96% of max value = 765). Red value is 249 (97.66% from 255 or 34.25% from 727); Green value is 224 (87.89% from 255 or 30.81% from 727); Blue value is 254 (99.61% from 255 or 34.94% from 727); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9E0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9E0FE is #061F01. Grayscale: #EAEAEA. Windows color (decimal): -401154 or 16703737. OLE color: 16703737.

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

Color convert

RGB249224254-
CMYK0.020.1200.00
HSL290º93.75%93.73%-
HSV(B)290º11.81%99.61%-
XYZ83.6180.61104.92-
YUV234.9138.78138.06-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.25%
GREEN value IS 224 (87.89% from 255) = 30.81%
BLUE value IS 254 (99.61% from 255) = 34.94%
R=34.25%
G=30.81%
B=34.94%

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
Decimal2492242540.020.1200.0029093.7593.73
HexF9E0FE2C001225e5e
Octal37134037621400442136136
Binary1111100111100000111111101011000010010001010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9E0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9E0FE; }

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

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

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

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

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

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

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

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