#F7EFAF

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

Shades of Shalimar #F7EFAF

Tints of Shalimar #F7EFAF

Color information

#F7EFAF (or 0xF7EFAF) is unknown color: approx Shalimar. HEX triplet: F7, EF and AF. RGB value is (247,239,175). Sum of RGB (Red+Green+Blue) = 247+239+175=661 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.37% from 661); Green value is 239 (93.75% from 255 or 36.16% from 661); Blue value is 175 (68.75% from 255 or 26.48% from 661); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EFAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7EFAF is #081050. Grayscale: #EAEAEA. Windows color (decimal): -528465 or 11530231. OLE color: 11530231.

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

Color convert

RGB247239175-
CMYK00.030.290.03
HSL53.33º81.82%82.75%-
HSV(B)53.33º29.15%96.86%-
XYZ76.9684.652.83-
YUV234.194.65137.2-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.37%
GREEN value IS 239 (93.75% from 255) = 36.16%
BLUE value IS 175 (68.75% from 255) = 26.48%
R=37.37%
G=36.16%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723917500.030.290.0353.3381.8282.75
HexF7EFAF031D3355253
Octal3673572570335365122123
Binary111101111110111110101111011111011111010110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EFAF; }

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

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

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

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

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

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

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

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