#FFF4AE

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

Shades of Shalimar #FFF4AE

Tints of Shalimar #FFF4AE

Color information

#FFF4AE (or 0xFFF4AE) is unknown color: approx Shalimar. HEX triplet: FF, F4 and AE. RGB value is (255,244,174). Sum of RGB (Red+Green+Blue) = 255+244+174=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 244 (95.70% from 255 or 36.26% from 673); Blue value is 174 (68.36% from 255 or 25.85% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF4AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF4AE is #000B51. Grayscale: #EFEFEF. Windows color (decimal): -2898 or 11465983. OLE color: 11465983.

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

Color convert

RGB255244174-
CMYK00.040.320
HSL51.85º100%84.12%-
HSV(B)51.85º31.76%100%-
XYZ81.2389.0252.95-
YUV239.3191.14139.19-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.89%
GREEN value IS 244 (95.70% from 255) = 36.26%
BLUE value IS 174 (68.36% from 255) = 25.85%
R=37.89%
G=36.26%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524417400.040.32051.8510084.12
HexFFF4AE04200346454
Octal3773642560440064144124
Binary1111111111110100101011100100100000011010011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF4AE; }

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

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

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

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

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

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

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

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