#F7EFAD

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

Shades of Shalimar #F7EFAD

Tints of Shalimar #F7EFAD

Color information

#F7EFAD (or 0xF7EFAD) is unknown color: approx Shalimar. HEX triplet: F7, EF and AD. RGB value is (247,239,173). Sum of RGB (Red+Green+Blue) = 247+239+173=659 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.48% from 659); Green value is 239 (93.75% from 255 or 36.27% from 659); Blue value is 173 (67.97% from 255 or 26.25% from 659); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EFAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7EFAD is #081052. Grayscale: #EAEAEA. Windows color (decimal): -528467 or 11399159. OLE color: 11399159.

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

Color convert

RGB247239173-
CMYK00.030.300.03
HSL53.51º82.22%82.35%-
HSV(B)53.51º29.96%96.86%-
XYZ76.7784.5251.8-
YUV233.8793.65137.37-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.48%
GREEN value IS 239 (93.75% from 255) = 36.27%
BLUE value IS 173 (67.97% from 255) = 26.25%
R=37.48%
G=36.27%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723917300.030.300.0353.5182.2282.35
HexF7EFAD031E3365252
Octal3673572550336366122122
Binary111101111110111110101101011111101111011010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EFAD; }

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

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

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

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

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

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

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

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