#F9EFA8

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

Shades of Shalimar #F9EFA8

Tints of Shalimar #F9EFA8

Color information

#F9EFA8 (or 0xF9EFA8) is unknown color: approx Shalimar. HEX triplet: F9, EF and A8. RGB value is (249,239,168). Sum of RGB (Red+Green+Blue) = 249+239+168=656 (86% of max value = 765). Red value is 249 (97.66% from 255 or 37.96% from 656); Green value is 239 (93.75% from 255 or 36.43% from 656); Blue value is 168 (66.02% from 255 or 25.61% from 656); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EFA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9EFA8 is #061057. Grayscale: #EAEAEA. Windows color (decimal): -397400 or 11071481. OLE color: 11071481.

HSL color Cylindrical-coordinate representation of color #F9EFA8: hue angle of 52.59º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F9EFA8 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB249239168-
CMYK00.040.330.02
HSL52.59º87.1%81.76%-
HSV(B)52.59º32.53%97.65%-
XYZ7784.749.34-
YUV233.990.81138.77-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.96%
GREEN value IS 239 (93.75% from 255) = 36.43%
BLUE value IS 168 (66.02% from 255) = 25.61%
R=37.96%
G=36.43%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923916800.040.330.0252.5987.181.76
HexF9EFA804212355752
Octal3713572500441265127122
Binary11111001111011111010100001001000011011010110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EFA8; }

 p { color: rgb(249,239,168); }

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

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

 a { background-color: rgb(249,239,168); }

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

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

 span { border-color: rgb(249,239,168); }

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