#F8FBAA

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

Shades of Shalimar #F8FBAA

Tints of Shalimar #F8FBAA

Color information

#F8FBAA (or 0xF8FBAA) is unknown color: approx Shalimar. HEX triplet: F8, FB and AA. RGB value is (248,251,170). Sum of RGB (Red+Green+Blue) = 248+251+170=669 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.07% from 669); Green value is 251 (98.44% from 255 or 37.52% from 669); Blue value is 170 (66.80% from 255 or 25.41% from 669); Max value from RGB is 251 - color contains mainly: green. Hex color #F8FBAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FBAA is #070455. Grayscale: #F1F1F1. Windows color (decimal): -459862 or 11205624. OLE color: 11205624.

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

Color convert

RGB248251170-
CMYK0.0100.320.02
HSL62.22º91.01%82.55%-
HSV(B)62.22º32.27%98.43%-
XYZ80.4691.8551.52-
YUV240.8788.01133.09-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.07%
GREEN value IS 251 (98.44% from 255) = 37.52%
BLUE value IS 170 (66.80% from 255) = 25.41%
R=37.07%
G=37.52%
B=25.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2482511700.0100.320.0262.2291.0182.55
HexF8FBAA102023e5b53
Octal3703732521040276133123
Binary111110001111101110101010101000001011111010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8FBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8FBAA; }

 p { color: rgb(248,251,170); }

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

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

 a { background-color: rgb(248,251,170); }

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

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

 span { border-color: rgb(248,251,170); }

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