#F9F2AE

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

Shades of Shalimar #F9F2AE

Tints of Shalimar #F9F2AE

Color information

#F9F2AE (or 0xF9F2AE) is unknown color: approx Shalimar. HEX triplet: F9, F2 and AE. RGB value is (249,242,174). Sum of RGB (Red+Green+Blue) = 249+242+174=665 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.44% from 665); Green value is 242 (94.92% from 255 or 36.39% from 665); Blue value is 174 (68.36% from 255 or 26.17% from 665); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F2AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F2AE is #060D51. Grayscale: #ECECEC. Windows color (decimal): -396626 or 11465465. OLE color: 11465465.

HSL color Cylindrical-coordinate representation of color #F9F2AE: hue angle of 54.4º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F9F2AE is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB249242174-
CMYK00.030.300.02
HSL54.4º86.21%82.94%-
HSV(B)54.4º30.12%97.65%-
XYZ78.4686.752.64-
YUV236.3492.82137.03-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.44%
GREEN value IS 242 (94.92% from 255) = 36.39%
BLUE value IS 174 (68.36% from 255) = 26.17%
R=37.44%
G=36.39%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24924217400.030.300.0254.486.2182.94
HexF9F2AE031E2365653
Octal3713622560336266126123
Binary111110011111001010101110011111101011011010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9F2AE; }

 p { color: rgb(249,242,174); }

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

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

 a { background-color: rgb(249,242,174); }

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

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

 span { border-color: rgb(249,242,174); }

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