#FFF2AE

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

Shades of Shalimar #FFF2AE

Tints of Shalimar #FFF2AE

Color information

#FFF2AE (or 0xFFF2AE) is unknown color: approx Shalimar. HEX triplet: FF, F2 and AE. RGB value is (255,242,174). Sum of RGB (Red+Green+Blue) = 255+242+174=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 242 (94.92% from 255 or 36.07% from 671); Blue value is 174 (68.36% from 255 or 25.93% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF2AE is #000D51. Grayscale: #EEEEEE. Windows color (decimal): -3410 or 11465471. OLE color: 11465471.

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

Color convert

RGB255242174-
CMYK00.050.320
HSL50.37º100%84.12%-
HSV(B)50.37º31.76%100%-
XYZ80.6387.8252.75-
YUV238.1491.81140.03-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.00%
GREEN value IS 242 (94.92% from 255) = 36.07%
BLUE value IS 174 (68.36% from 255) = 25.93%
R=38.00%
G=36.07%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524217400.050.32050.3710084.12
HexFFF2AE05200326454
Octal3773622560540062144124
Binary1111111111110010101011100101100000011001011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF2AE; }

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

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

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

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

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

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

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

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