#FFF8B1

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

Shades of Shalimar #FFF8B1

Tints of Shalimar #FFF8B1

Color information

#FFF8B1 (or 0xFFF8B1) is unknown color: approx Shalimar. HEX triplet: FF, F8 and B1. RGB value is (255,248,177). Sum of RGB (Red+Green+Blue) = 255+248+177=680 (90% of max value = 765). Red value is 255 (100% from 255 or 37.5% from 680); Green value is 248 (97.27% from 255 or 36.47% from 680); Blue value is 177 (69.53% from 255 or 26.03% from 680); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF8B1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF8B1 is #00074E. Grayscale: #F2F2F2. Windows color (decimal): -1871 or 11663615. OLE color: 11663615.

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

Color convert

RGB255248177-
CMYK00.030.310
HSL54.62º100%84.71%-
HSV(B)54.62º30.59%100%-
XYZ82.7491.5754.91-
YUV24291.32137.27-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.5%
GREEN value IS 248 (97.27% from 255) = 36.47%
BLUE value IS 177 (69.53% from 255) = 26.03%
R=37.5%
G=36.47%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524817700.030.31054.6210084.71
HexFFF8B1031F0376455
Octal3773702610337067144125
Binary11111111111110001011000101111111011011111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF8B1; }

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

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

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

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

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

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

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

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