#F9EFAC

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

Shades of Shalimar #F9EFAC

Tints of Shalimar #F9EFAC

Color information

#F9EFAC (or 0xF9EFAC) is unknown color: approx Shalimar. HEX triplet: F9, EF and AC. RGB value is (249,239,172). Sum of RGB (Red+Green+Blue) = 249+239+172=660 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.73% from 660); Green value is 239 (93.75% from 255 or 36.21% from 660); Blue value is 172 (67.58% from 255 or 26.06% from 660); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EFAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9EFAC is #061053. Grayscale: #EAEAEA. Windows color (decimal): -397396 or 11333625. OLE color: 11333625.

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

Color convert

RGB249239172-
CMYK00.040.310.02
HSL52.21º86.52%82.55%-
HSV(B)52.21º30.92%97.65%-
XYZ77.3884.8551.33-
YUV234.3592.81138.45-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.73%
GREEN value IS 239 (93.75% from 255) = 36.21%
BLUE value IS 172 (67.58% from 255) = 26.06%
R=37.73%
G=36.21%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923917200.040.310.0252.2186.5282.55
HexF9EFAC041F2345753
Octal3713572540437264127123
Binary1111100111101111101011000100111111011010010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EFAC; }

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

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

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

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

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

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

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

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