#F9FCB2

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

Shades of Shalimar #F9FCB2

Tints of Shalimar #F9FCB2

Color information

#F9FCB2 (or 0xF9FCB2) is unknown color: approx Shalimar. HEX triplet: F9, FC and B2. RGB value is (249,252,178). Sum of RGB (Red+Green+Blue) = 249+252+178=679 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.67% from 679); Green value is 252 (98.83% from 255 or 37.11% from 679); Blue value is 178 (69.92% from 255 or 26.22% from 679); Max value from RGB is 252 - color contains mainly: green. Hex color #F9FCB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FCB2 is #06034D. Grayscale: #F2F2F2. Windows color (decimal): -394062 or 11730169. OLE color: 11730169.

HSL color Cylindrical-coordinate representation of color #F9FCB2: hue angle of 62.43º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F9FCB2 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB249252178-
CMYK0.0100.290.01
HSL62.43º92.5%84.31%-
HSV(B)62.43º29.37%98.82%-
XYZ81.9192.9755.75-
YUV242.6791.51132.52-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.67%
GREEN value IS 252 (98.83% from 255) = 37.11%
BLUE value IS 178 (69.92% from 255) = 26.22%
R=36.67%
G=37.11%
B=26.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2492521780.0100.290.0162.4392.584.31
HexF9FCB2101D13e5c54
Octal3713742621035176134124
Binary1111100111111100101100101011101111111010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FCB2; }

 p { color: rgb(249,252,178); }

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

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

 a { background-color: rgb(249,252,178); }

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

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

 span { border-color: rgb(249,252,178); }

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