#FFF8AA

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

Shades of Shalimar #FFF8AA

Tints of Shalimar #FFF8AA

Color information

#FFF8AA (or 0xFFF8AA) is unknown color: approx Shalimar. HEX triplet: FF, F8 and AA. RGB value is (255,248,170). Sum of RGB (Red+Green+Blue) = 255+248+170=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 248 (97.27% from 255 or 36.85% from 673); Blue value is 170 (66.80% from 255 or 25.26% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF8AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF8AA is #000755. Grayscale: #F1F1F1. Windows color (decimal): -1878 or 11204863. OLE color: 11204863.

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

Color convert

RGB255248170-
CMYK00.030.330
HSL55.06º100%83.33%-
HSV(B)55.06º33.33%100%-
XYZ82.0691.351.33-
YUV241.287.82137.84-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.89%
GREEN value IS 248 (97.27% from 255) = 36.85%
BLUE value IS 170 (66.80% from 255) = 25.26%
R=37.89%
G=36.85%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524817000.030.33055.0610083.33
HexFFF8AA03210376453
Octal3773702520341067144123
Binary111111111111100010101010011100001011011111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF8AA; }

 p { color: rgb(255,248,170); }

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

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

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

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

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

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

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