#F7FBAA

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

Shades of Shalimar #F7FBAA

Tints of Shalimar #F7FBAA

Color information

#F7FBAA (or 0xF7FBAA) is unknown color: approx Shalimar. HEX triplet: F7, FB and AA. RGB value is (247,251,170). Sum of RGB (Red+Green+Blue) = 247+251+170=668 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.98% from 668); Green value is 251 (98.44% from 255 or 37.57% from 668); Blue value is 170 (66.80% from 255 or 25.45% from 668); Max value from RGB is 251 - color contains mainly: green. Hex color #F7FBAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7FBAA is #080455. Grayscale: #F0F0F0. Windows color (decimal): -525398 or 11205623. OLE color: 11205623.

HSL color Cylindrical-coordinate representation of color #F7FBAA: hue angle of 62.96º 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 #F7FBAA is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB247251170-
CMYK0.0200.320.02
HSL62.96º91.01%82.55%-
HSV(B)62.96º32.27%98.43%-
XYZ80.1191.6751.5-
YUV240.5788.17132.59-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.98%
GREEN value IS 251 (98.44% from 255) = 37.57%
BLUE value IS 170 (66.80% from 255) = 25.45%
R=36.98%
G=37.57%
B=25.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2472511700.0200.320.0262.9691.0182.55
HexF7FBAA202023f5b53
Octal3673732522040277133123
Binary1111011111111011101010101001000001011111110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7FBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7FBAA; }

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

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

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

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

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

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

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

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