#FFF6AE

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

Shades of Shalimar #FFF6AE

Tints of Shalimar #FFF6AE

Color information

#FFF6AE (or 0xFFF6AE) is unknown color: approx Shalimar. HEX triplet: FF, F6 and AE. RGB value is (255,246,174). Sum of RGB (Red+Green+Blue) = 255+246+174=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 246 (96.48% from 255 or 36.44% from 675); Blue value is 174 (68.36% from 255 or 25.78% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF6AE is #000951. Grayscale: #F0F0F0. Windows color (decimal): -2386 or 11466495. OLE color: 11466495.

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

Color convert

RGB255246174-
CMYK00.040.320
HSL53.33º100%84.12%-
HSV(B)53.33º31.76%100%-
XYZ81.8490.2353.15-
YUV240.4890.48138.35-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.78%
GREEN value IS 246 (96.48% from 255) = 36.44%
BLUE value IS 174 (68.36% from 255) = 25.78%
R=37.78%
G=36.44%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524617400.040.32053.3310084.12
HexFFF6AE04200356454
Octal3773662560440065144124
Binary1111111111110110101011100100100000011010111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF6AE; }

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

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

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

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

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

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

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

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