#F7EFA9

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

Shades of Shalimar #F7EFA9

Tints of Shalimar #F7EFA9

Color information

#F7EFA9 (or 0xF7EFA9) is unknown color: approx Shalimar. HEX triplet: F7, EF and A9. RGB value is (247,239,169). Sum of RGB (Red+Green+Blue) = 247+239+169=655 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.71% from 655); Green value is 239 (93.75% from 255 or 36.49% from 655); Blue value is 169 (66.41% from 255 or 25.80% from 655); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EFA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7EFA9 is #081056. Grayscale: #E9E9E9. Windows color (decimal): -528471 or 11137015. OLE color: 11137015.

HSL color Cylindrical-coordinate representation of color #F7EFA9: hue angle of 53.85º degrees, saturation: 0.83, 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 #F7EFA9 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.03.

Color convert

RGB247239169-
CMYK00.030.320.03
HSL53.85º82.98%81.57%-
HSV(B)53.85º31.58%96.86%-
XYZ76.3984.3749.8-
YUV233.4191.65137.69-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.71%
GREEN value IS 239 (93.75% from 255) = 36.49%
BLUE value IS 169 (66.41% from 255) = 25.80%
R=37.71%
G=36.49%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723916900.030.320.0353.8582.9881.57
HexF7EFA903203365352
Octal3673572510340366123122
Binary1111011111101111101010010111000001111011010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EFA9; }

 p { color: rgb(247,239,169); }

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

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

 a { background-color: rgb(247,239,169); }

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

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

 span { border-color: rgb(247,239,169); }

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