#F9FBAC

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

Shades of Shalimar #F9FBAC

Tints of Shalimar #F9FBAC

Color information

#F9FBAC (or 0xF9FBAC) is unknown color: approx Shalimar. HEX triplet: F9, FB and AC. RGB value is (249,251,172). Sum of RGB (Red+Green+Blue) = 249+251+172=672 (89% of max value = 765). Red value is 249 (97.66% from 255 or 37.05% from 672); Green value is 251 (98.44% from 255 or 37.35% from 672); Blue value is 172 (67.58% from 255 or 25.60% from 672); Max value from RGB is 251 - color contains mainly: green. Hex color #F9FBAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FBAC is #060453. Grayscale: #F1F1F1. Windows color (decimal): -394324 or 11336697. OLE color: 11336697.

HSL color Cylindrical-coordinate representation of color #F9FBAC: hue angle of 61.52º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9FBAC is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB249251172-
CMYK0.0100.310.02
HSL61.52º90.8%82.94%-
HSV(B)61.52º31.47%98.43%-
XYZ81.0192.1152.54-
YUV241.488.84133.42-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.05%
GREEN value IS 251 (98.44% from 255) = 37.35%
BLUE value IS 172 (67.58% from 255) = 25.60%
R=37.05%
G=37.35%
B=25.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492511720.0100.310.0261.5290.882.94
HexF9FBAC101F23e5b53
Octal3713732541037276133123
Binary11111001111110111010110010111111011111010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FBAC; }

 p { color: rgb(249,251,172); }

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

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

 a { background-color: rgb(249,251,172); }

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

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

 span { border-color: rgb(249,251,172); }

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