#FFF9A6

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

Shades of Shalimar #FFF9A6

Tints of Shalimar #FFF9A6

Color information

#FFF9A6 (or 0xFFF9A6) is unknown color: approx Shalimar. HEX triplet: FF, F9 and A6. RGB value is (255,249,166). Sum of RGB (Red+Green+Blue) = 255+249+166=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 249 (97.66% from 255 or 37.16% from 670); Blue value is 166 (65.23% from 255 or 24.78% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF9A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF9A6 is #000659. Grayscale: #F1F1F1. Windows color (decimal): -1626 or 10942975. OLE color: 10942975.

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

Color convert

RGB255249166-
CMYK00.020.350
HSL55.96º100%82.55%-
HSV(B)55.96º34.9%100%-
XYZ8291.7649.47-
YUV241.3385.49137.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.06%
GREEN value IS 249 (97.66% from 255) = 37.16%
BLUE value IS 166 (65.23% from 255) = 24.78%
R=38.06%
G=37.16%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524916600.020.35055.9610082.55
HexFFF9A602230386453
Octal3773712460243070144123
Binary111111111111100110100110010100011011100011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF9A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF9A6; }

 p { color: rgb(255,249,166); }

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

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

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

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

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

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

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