#FFF8A5

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

Shades of Shalimar #FFF8A5

Tints of Shalimar #FFF8A5

Color information

#FFF8A5 (or 0xFFF8A5) is unknown color: approx Shalimar. HEX triplet: FF, F8 and A5. RGB value is (255,248,165). Sum of RGB (Red+Green+Blue) = 255+248+165=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 248 (97.27% from 255 or 37.13% from 668); Blue value is 165 (64.84% from 255 or 24.70% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF8A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF8A5 is #00075A. Grayscale: #F0F0F0. Windows color (decimal): -1883 or 10877183. OLE color: 10877183.

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

Color convert

RGB255248165-
CMYK00.030.350
HSL55.33º100%82.35%-
HSV(B)55.33º35.29%100%-
XYZ81.691.1148.88-
YUV240.6385.32138.25-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.17%
GREEN value IS 248 (97.27% from 255) = 37.13%
BLUE value IS 165 (64.84% from 255) = 24.70%
R=38.17%
G=37.13%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524816500.030.35055.3310082.35
HexFFF8A503230376452
Octal3773702450343067144122
Binary111111111111100010100101011100011011011111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF8A5; }

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

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

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

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

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

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

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

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