#F8F9B0

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

Shades of Shalimar #F8F9B0

Tints of Shalimar #F8F9B0

Color information

#F8F9B0 (or 0xF8F9B0) is unknown color: approx Shalimar. HEX triplet: F8, F9 and B0. RGB value is (248,249,176). Sum of RGB (Red+Green+Blue) = 248+249+176=673 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.85% from 673); Green value is 249 (97.66% from 255 or 37.00% from 673); Blue value is 176 (69.14% from 255 or 26.15% from 673); Max value from RGB is 249 - color contains mainly: green. Hex color #F8F9B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F9B0 is #07064F. Grayscale: #F0F0F0. Windows color (decimal): -460368 or 11598328. OLE color: 11598328.

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

Color convert

RGB248249176-
CMYK0.0000.290.02
HSL60.82º85.88%83.33%-
HSV(B)60.82º29.32%97.65%-
XYZ80.4290.8454.37-
YUV240.3891.67133.44-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.85%
GREEN value IS 249 (97.66% from 255) = 37.00%
BLUE value IS 176 (69.14% from 255) = 26.15%
R=36.85%
G=37.00%
B=26.15%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2482491760.0000.290.0260.8285.8883.33
HexF8F9B0001D23d5653
Octal3703712600035275126123
Binary11111000111110011011000000111011011110110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F9B0; }

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

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

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

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

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

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

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

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