#F8EEA9

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

Shades of Shalimar #F8EEA9

Tints of Shalimar #F8EEA9

Color information

#F8EEA9 (or 0xF8EEA9) is unknown color: approx Shalimar. HEX triplet: F8, EE and A9. RGB value is (248,238,169). Sum of RGB (Red+Green+Blue) = 248+238+169=655 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.86% from 655); Green value is 238 (93.36% from 255 or 36.34% from 655); Blue value is 169 (66.41% from 255 or 25.80% from 655); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EEA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8EEA9 is #071156. Grayscale: #E9E9E9. Windows color (decimal): -463191 or 11136760. OLE color: 11136760.

HSL color Cylindrical-coordinate representation of color #F8EEA9: hue angle of 52.41º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F8EEA9 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.03.

Color convert

RGB248238169-
CMYK00.040.320.03
HSL52.41º84.95%81.76%-
HSV(B)52.41º31.85%97.25%-
XYZ76.4583.9749.71-
YUV233.1291.81138.61-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.86%
GREEN value IS 238 (93.36% from 255) = 36.34%
BLUE value IS 169 (66.41% from 255) = 25.80%
R=37.86%
G=36.34%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823816900.040.320.0352.4184.9581.76
HexF8EEA904203345552
Octal3703562510440364125122
Binary11111000111011101010100101001000001111010010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EEA9; }

 p { color: rgb(248,238,169); }

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

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

 a { background-color: rgb(248,238,169); }

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

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

 span { border-color: rgb(248,238,169); }

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