#F9EAF6

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

Shades of Selago #F9EAF6

Tints of Selago #F9EAF6

Color information

#F9EAF6 (or 0xF9EAF6) is unknown color: approx Selago. HEX triplet: F9, EA and F6. RGB value is (249,234,246). Sum of RGB (Red+Green+Blue) = 249+234+246=729 (96% of max value = 765). Red value is 249 (97.66% from 255 or 34.16% from 729); Green value is 234 (91.80% from 255 or 32.10% from 729); Blue value is 246 (96.48% from 255 or 33.74% from 729); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EAF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9EAF6 is #061509. Grayscale: #EFEFEF. Windows color (decimal): -398602 or 16182009. OLE color: 16182009.

HSL color Cylindrical-coordinate representation of color #F9EAF6: hue angle of 312º degrees, saturation: 0.56, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F9EAF6 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB249234246-
CMYK00.060.010.02
HSL312º55.56%94.71%-
HSV(B)312º6.02%97.65%-
XYZ85.1285.6499.23-
YUV239.85131.47134.52-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.16%
GREEN value IS 234 (91.80% from 255) = 32.10%
BLUE value IS 246 (96.48% from 255) = 33.74%
R=34.16%
G=32.10%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923424600.060.010.0231255.5694.71
HexF9EAF60612138385f
Octal371352366061247070137
Binary11111001111010101111011001101101001110001110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EAF6; }

 p { color: rgb(249,234,246); }

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

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

 a { background-color: rgb(249,234,246); }

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

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

 span { border-color: rgb(249,234,246); }

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