#F9EEFA

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

Shades of Selago #F9EEFA

Tints of Selago #F9EEFA

Color information

#F9EEFA (or 0xF9EEFA) is unknown color: approx Selago. HEX triplet: F9, EE and FA. RGB value is (249,238,250). Sum of RGB (Red+Green+Blue) = 249+238+250=737 (97% of max value = 765). Red value is 249 (97.66% from 255 or 33.79% from 737); Green value is 238 (93.36% from 255 or 32.29% from 737); Blue value is 250 (98.05% from 255 or 33.92% from 737); Max value from RGB is 250 - color contains mainly: blue. Hex color #F9EEFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9EEFA is #061105. Grayscale: #F2F2F2. Windows color (decimal): -397574 or 16445177. OLE color: 16445177.

HSL color Cylindrical-coordinate representation of color #F9EEFA: hue angle of 295º degrees, saturation: 0.55, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F9EEFA is Cyan = 0.00, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB249238250-
CMYK0.000.0500.02
HSL295º54.55%95.69%-
HSV(B)295º4.8%98.04%-
XYZ86.988.19102.89-
YUV242.66132.14132.52-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 33.79%
GREEN value IS 238 (93.36% from 255) = 32.29%
BLUE value IS 250 (98.05% from 255) = 33.92%
R=33.79%
G=32.29%
B=33.92%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492382500.000.0500.0229554.5595.69
HexF9EEFA05021273760
Octal371356372050244767140
Binary11111001111011101111101001010101001001111101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EEFA; }

 p { color: rgb(249,238,250); }

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

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

 a { background-color: rgb(249,238,250); }

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

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

 span { border-color: rgb(249,238,250); }

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