#FFF7AE

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

Shades of Shalimar #FFF7AE

Tints of Shalimar #FFF7AE

Color information

#FFF7AE (or 0xFFF7AE) is unknown color: approx Shalimar. HEX triplet: FF, F7 and AE. RGB value is (255,247,174). Sum of RGB (Red+Green+Blue) = 255+247+174=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 247 (96.88% from 255 or 36.54% from 676); Blue value is 174 (68.36% from 255 or 25.74% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF7AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF7AE is #000851. Grayscale: #F1F1F1. Windows color (decimal): -2130 or 11466751. OLE color: 11466751.

HSL color Cylindrical-coordinate representation of color #FFF7AE: hue angle of 54.07º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFF7AE is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB255247174-
CMYK00.030.320
HSL54.07º100%84.12%-
HSV(B)54.07º31.76%100%-
XYZ82.1490.8453.25-
YUV241.0790.15137.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.72%
GREEN value IS 247 (96.88% from 255) = 36.54%
BLUE value IS 174 (68.36% from 255) = 25.74%
R=37.72%
G=36.54%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524717400.030.32054.0710084.12
HexFFF7AE03200366454
Octal3773672560340066144124
Binary111111111111011110101110011100000011011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF7AE; }

 p { color: rgb(255,247,174); }

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

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

 a { background-color: rgb(255,247,174); }

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

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

 span { border-color: rgb(255,247,174); }

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