#F7EFB0

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

Shades of Shalimar #F7EFB0

Tints of Shalimar #F7EFB0

Color information

#F7EFB0 (or 0xF7EFB0) is unknown color: approx Shalimar. HEX triplet: F7, EF and B0. RGB value is (247,239,176). Sum of RGB (Red+Green+Blue) = 247+239+176=662 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.31% from 662); Green value is 239 (93.75% from 255 or 36.10% from 662); Blue value is 176 (69.14% from 255 or 26.59% from 662); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EFB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7EFB0 is #08104F. Grayscale: #EAEAEA. Windows color (decimal): -528464 or 11595767. OLE color: 11595767.

HSL color Cylindrical-coordinate representation of color #F7EFB0: hue angle of 53.24º 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 #F7EFB0 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB247239176-
CMYK00.030.290.03
HSL53.24º81.61%82.94%-
HSV(B)53.24º28.74%96.86%-
XYZ77.0684.6453.35-
YUV234.2195.15137.12-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.31%
GREEN value IS 239 (93.75% from 255) = 36.10%
BLUE value IS 176 (69.14% from 255) = 26.59%
R=37.31%
G=36.10%
B=26.59%

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
Decimal24723917600.030.290.0353.2481.6182.94
HexF7EFB0031D3355253
Octal3673572600335365122123
Binary111101111110111110110000011111011111010110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EFB0; }

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

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

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

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

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

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

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

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