#F9FAB0

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

Shades of Shalimar #F9FAB0

Tints of Shalimar #F9FAB0

Color information

#F9FAB0 (or 0xF9FAB0) is unknown color: approx Shalimar. HEX triplet: F9, FA and B0. RGB value is (249,250,176). Sum of RGB (Red+Green+Blue) = 249+250+176=675 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.89% from 675); Green value is 250 (98.05% from 255 or 37.04% from 675); Blue value is 176 (69.14% from 255 or 26.07% from 675); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FAB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FAB0 is #06054F. Grayscale: #F1F1F1. Windows color (decimal): -394576 or 11598585. OLE color: 11598585.

HSL color Cylindrical-coordinate representation of color #F9FAB0: hue angle of 60.81º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F9FAB0 is Cyan = 0.00, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB249250176-
CMYK0.0000.300.02
HSL60.81º88.1%83.53%-
HSV(B)60.81º29.6%98.04%-
XYZ81.0991.6554.49-
YUV241.2691.17133.52-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.89%
GREEN value IS 250 (98.05% from 255) = 37.04%
BLUE value IS 176 (69.14% from 255) = 26.07%
R=36.89%
G=37.04%
B=26.07%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492501760.0000.300.0260.8188.183.53
HexF9FAB0001E23d5854
Octal3713722600036275130124
Binary11111001111110101011000000111101011110110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FAB0; }

 p { color: rgb(249,250,176); }

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

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

 a { background-color: rgb(249,250,176); }

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

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

 span { border-color: rgb(249,250,176); }

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