#FFFFA8

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

Shades of Shalimar #FFFFA8

Tints of Shalimar #FFFFA8

Color information

#FFFFA8 (or 0xFFFFA8) is unknown color: approx Shalimar. HEX triplet: FF, FF and A8. RGB value is (255,255,168). Sum of RGB (Red+Green+Blue) = 255+255+168=678 (89% of max value = 765). Red value is 255 (100% from 255 or 37.61% from 678); Green value is 255 (100% from 255 or 37.61% from 678); Blue value is 168 (66.02% from 255 or 24.78% from 678); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFFA8 is #000057. Grayscale: #F5F5F5. Windows color (decimal): -88 or 11075583. OLE color: 11075583.

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

Color convert

RGB255255168-
CMYK000.340
HSL60º100%82.94%-
HSV(B)60º34.12%100%-
XYZ84.0795.6151.07-
YUV245.0884.5135.07-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.61%
GREEN value IS 255 (100% from 255) = 37.61%
BLUE value IS 168 (66.02% from 255) = 24.78%
R=37.61%
G=37.61%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255255168000.3406010082.94
HexFFFFA8002203c6453
Octal3773772500042074144123
Binary11111111111111111010100000100010011110011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFFA8; }

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

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

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

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

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

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

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

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