#F9F4B3

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

Shades of Shalimar #F9F4B3

Tints of Shalimar #F9F4B3

Color information

#F9F4B3 (or 0xF9F4B3) is unknown color: approx Shalimar. HEX triplet: F9, F4 and B3. RGB value is (249,244,179). Sum of RGB (Red+Green+Blue) = 249+244+179=672 (89% of max value = 765). Red value is 249 (97.66% from 255 or 37.05% from 672); Green value is 244 (95.70% from 255 or 36.31% from 672); Blue value is 179 (70.31% from 255 or 26.64% from 672); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F4B3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9F4B3 is #060B4C. Grayscale: #EEEEEE. Windows color (decimal): -396109 or 11793657. OLE color: 11793657.

HSL color Cylindrical-coordinate representation of color #F9F4B3: hue angle of 55.71º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F9F4B3 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB249244179-
CMYK00.020.280.02
HSL55.71º85.37%83.92%-
HSV(B)55.71º28.11%97.65%-
XYZ79.5588.155.46-
YUV238.0894.66135.79-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.05%
GREEN value IS 244 (95.70% from 255) = 36.31%
BLUE value IS 179 (70.31% from 255) = 26.64%
R=37.05%
G=36.31%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24924417900.020.280.0255.7185.3783.92
HexF9F4B3021C2385554
Octal3713642630234270125124
Binary111110011111010010110011010111001011100010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9F4B3; }

 p { color: rgb(249,244,179); }

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

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

 a { background-color: rgb(249,244,179); }

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

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

 span { border-color: rgb(249,244,179); }

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