#FFF9B5

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

Shades of Shalimar #FFF9B5

Tints of Shalimar #FFF9B5

Color information

#FFF9B5 (or 0xFFF9B5) is unknown color: approx Shalimar. HEX triplet: FF, F9 and B5. RGB value is (255,249,181). Sum of RGB (Red+Green+Blue) = 255+249+181=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 249 (97.66% from 255 or 36.35% from 685); Blue value is 181 (71.09% from 255 or 26.42% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF9B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF9B5 is #00064A. Grayscale: #F3F3F3. Windows color (decimal): -1611 or 11926015. OLE color: 11926015.

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

Color convert

RGB255249181-
CMYK00.020.290
HSL55.14º100%85.49%-
HSV(B)55.14º29.02%100%-
XYZ83.4692.3557.14-
YUV243.0492.99136.53-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.23%
GREEN value IS 249 (97.66% from 255) = 36.35%
BLUE value IS 181 (71.09% from 255) = 26.42%
R=37.23%
G=36.35%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524918100.020.29055.1410085.49
HexFFF9B5021D0376455
Octal3773712650235067144125
Binary11111111111110011011010101011101011011111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF9B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF9B5; }

 p { color: rgb(255,249,181); }

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

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

 a { background-color: rgb(255,249,181); }

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

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

 span { border-color: rgb(255,249,181); }

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