#FFF5B1

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

Shades of Shalimar #FFF5B1

Tints of Shalimar #FFF5B1

Color information

#FFF5B1 (or 0xFFF5B1) is unknown color: approx Shalimar. HEX triplet: FF, F5 and B1. RGB value is (255,245,177). Sum of RGB (Red+Green+Blue) = 255+245+177=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 245 (96.09% from 255 or 36.19% from 677); Blue value is 177 (69.53% from 255 or 26.14% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5B1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF5B1 is #000A4E. Grayscale: #F0F0F0. Windows color (decimal): -2639 or 11662847. OLE color: 11662847.

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

Color convert

RGB255245177-
CMYK00.040.310
HSL52.31º100%84.71%-
HSV(B)52.31º30.59%100%-
XYZ81.8389.7454.6-
YUV240.2492.31138.53-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.67%
GREEN value IS 245 (96.09% from 255) = 36.19%
BLUE value IS 177 (69.53% from 255) = 26.14%
R=37.67%
G=36.19%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524517700.040.31052.3110084.71
HexFFF5B1041F0346455
Octal3773652610437064144125
Binary111111111111010110110001010011111011010011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF5B1; }

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

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

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

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

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

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

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

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