#F7FCA9

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

Shades of Shalimar #F7FCA9

Tints of Shalimar #F7FCA9

Color information

#F7FCA9 (or 0xF7FCA9) is unknown color: approx Shalimar. HEX triplet: F7, FC and A9. RGB value is (247,252,169). Sum of RGB (Red+Green+Blue) = 247+252+169=668 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.98% from 668); Green value is 252 (98.83% from 255 or 37.72% from 668); Blue value is 169 (66.41% from 255 or 25.30% from 668); Max value from RGB is 252 - color contains mainly: green. Hex color #F7FCA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7FCA9 is #080356. Grayscale: #F1F1F1. Windows color (decimal): -525143 or 11140343. OLE color: 11140343.

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

Color convert

RGB247252169-
CMYK0.0200.330.01
HSL63.61º93.26%82.55%-
HSV(B)63.61º32.94%98.82%-
XYZ80.3392.2651.11-
YUV241.0487.34132.25-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.98%
GREEN value IS 252 (98.83% from 255) = 37.72%
BLUE value IS 169 (66.41% from 255) = 25.30%
R=36.98%
G=37.72%
B=25.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2472521690.0200.330.0163.6193.2682.55
HexF7FCA920211405d53
Octal36737425120411100135123
Binary1111011111111100101010011001000011100000010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7FCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7FCA9; }

 p { color: rgb(247,252,169); }

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

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

 a { background-color: rgb(247,252,169); }

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

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

 span { border-color: rgb(247,252,169); }

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