#FFF1A8

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

Shades of Shalimar #FFF1A8

Tints of Shalimar #FFF1A8

Color information

#FFF1A8 (or 0xFFF1A8) is unknown color: approx Shalimar. HEX triplet: FF, F1 and A8. RGB value is (255,241,168). Sum of RGB (Red+Green+Blue) = 255+241+168=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 241 (94.53% from 255 or 36.30% from 664); Blue value is 168 (66.02% from 255 or 25.30% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF1A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF1A8 is #000E57. Grayscale: #EDEDED. Windows color (decimal): -3672 or 11071999. OLE color: 11071999.

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

Color convert

RGB255241168-
CMYK00.050.340
HSL50.34º100%82.94%-
HSV(B)50.34º34.12%100%-
XYZ79.768749.63-
YUV236.8689.14140.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.40%
GREEN value IS 241 (94.53% from 255) = 36.30%
BLUE value IS 168 (66.02% from 255) = 25.30%
R=38.40%
G=36.30%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524116800.050.34050.3410082.94
HexFFF1A805220326453
Octal3773612500542062144123
Binary1111111111110001101010000101100010011001011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF1A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF1A8; }

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

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

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

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

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

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

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

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