#F7F9A4

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

Shades of Shalimar #F7F9A4

Tints of Shalimar #F7F9A4

Color information

#F7F9A4 (or 0xF7F9A4) is unknown color: approx Shalimar. HEX triplet: F7, F9 and A4. RGB value is (247,249,164). Sum of RGB (Red+Green+Blue) = 247+249+164=660 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.42% from 660); Green value is 249 (97.66% from 255 or 37.73% from 660); Blue value is 164 (64.45% from 255 or 24.85% from 660); Max value from RGB is 249 - color contains mainly: green. Hex color #F7F9A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F9A4 is #08065B. Grayscale: #EFEFEF. Windows color (decimal): -525916 or 10811895. OLE color: 10811895.

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

Color convert

RGB247249164-
CMYK0.0100.340.02
HSL61.41º87.63%80.98%-
HSV(B)61.41º34.14%97.65%-
XYZ78.9390.2148.37-
YUV238.7185.84133.91-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.42%
GREEN value IS 249 (97.66% from 255) = 37.73%
BLUE value IS 164 (64.45% from 255) = 24.85%
R=37.42%
G=37.73%
B=24.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2472491640.0100.340.0261.4187.6380.98
HexF7F9A4102223d5851
Octal3673712441042275130121
Binary111101111111100110100100101000101011110110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F9A4; }

 p { color: rgb(247,249,164); }

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

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

 a { background-color: rgb(247,249,164); }

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

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

 span { border-color: rgb(247,249,164); }

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