#FFF3A9

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

Shades of Shalimar #FFF3A9

Tints of Shalimar #FFF3A9

Color information

#FFF3A9 (or 0xFFF3A9) is unknown color: approx Shalimar. HEX triplet: FF, F3 and A9. RGB value is (255,243,169). Sum of RGB (Red+Green+Blue) = 255+243+169=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 243 (95.31% from 255 or 36.43% from 667); Blue value is 169 (66.41% from 255 or 25.34% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF3A9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF3A9 is #000C56. Grayscale: #EEEEEE. Windows color (decimal): -3159 or 11138047. OLE color: 11138047.

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

Color convert

RGB255243169-
CMYK00.050.340
HSL51.63º100%83.14%-
HSV(B)51.63º33.73%100%-
XYZ80.4588.2350.33-
YUV238.1588.98140.02-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.23%
GREEN value IS 243 (95.31% from 255) = 36.43%
BLUE value IS 169 (66.41% from 255) = 25.34%
R=38.23%
G=36.43%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524316900.050.34051.6310083.14
HexFFF3A905220346453
Octal3773632510542064144123
Binary1111111111110011101010010101100010011010011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF3A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF3A9; }

 p { color: rgb(255,243,169); }

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

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

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

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

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

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

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