#F4F5B1

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

Shades of Shalimar #F4F5B1

Tints of Shalimar #F4F5B1

Color information

#F4F5B1 (or 0xF4F5B1) is unknown color: approx Shalimar. HEX triplet: F4, F5 and B1. RGB value is (244,245,177). Sum of RGB (Red+Green+Blue) = 244+245+177=666 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.64% from 666); Green value is 245 (96.09% from 255 or 36.79% from 666); Blue value is 177 (69.53% from 255 or 26.58% from 666); Max value from RGB is 245 - color contains mainly: green. Hex color #F4F5B1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4F5B1 is #0B0A4E. Grayscale: #EDEDED. Windows color (decimal): -723535 or 11662836. OLE color: 11662836.

HSL color Cylindrical-coordinate representation of color #F4F5B1: hue angle of 60.88º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F4F5B1 is Cyan = 0.00, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB244245177-
CMYK0.0000.280.04
HSL60.88º77.27%82.75%-
HSV(B)60.88º27.76%96.08%-
XYZ77.987.7154.42-
YUV236.9594.17133.03-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.64%
GREEN value IS 245 (96.09% from 255) = 36.79%
BLUE value IS 177 (69.53% from 255) = 26.58%
R=36.64%
G=36.79%
B=26.58%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2442451770.0000.280.0460.8877.2782.75
HexF4F5B1001C43d4d53
Octal3643652610034475115123
Binary111101001111010110110001001110010011110110011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4F5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4F5B1; }

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

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

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

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

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

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

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

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