#FFFFAE

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

Shades of Shalimar #FFFFAE

Tints of Shalimar #FFFFAE

Color information

#FFFFAE (or 0xFFFFAE) is unknown color: approx Shalimar. HEX triplet: FF, FF and AE. RGB value is (255,255,174). Sum of RGB (Red+Green+Blue) = 255+255+174=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 255 (100% from 255 or 37.28% from 684); Blue value is 174 (68.36% from 255 or 25.44% from 684); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFFAE is #000051. Grayscale: #F6F6F6. Windows color (decimal): -82 or 11468799. OLE color: 11468799.

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

Color convert

RGB255255174-
CMYK000.320
HSL60º100%84.12%-
HSV(B)60º31.76%100%-
XYZ84.6495.8454.08-
YUV245.7787.5134.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.28%
GREEN value IS 255 (100% from 255) = 37.28%
BLUE value IS 174 (68.36% from 255) = 25.44%
R=37.28%
G=37.28%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255255174000.3206010084.12
HexFFFFAE002003c6454
Octal3773772560040074144124
Binary11111111111111111010111000100000011110011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFFAE; }

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

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

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

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

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

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

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

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