#F9FFA4

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

Shades of Shalimar #F9FFA4

Tints of Shalimar #F9FFA4

Color information

#F9FFA4 (or 0xF9FFA4) is unknown color: approx Shalimar. HEX triplet: F9, FF and A4. RGB value is (249,255,164). Sum of RGB (Red+Green+Blue) = 249+255+164=668 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.28% from 668); Green value is 255 (100% from 255 or 38.17% from 668); Blue value is 164 (64.45% from 255 or 24.55% from 668); Max value from RGB is 255 - color contains mainly: green. Hex color #F9FFA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FFA4 is #06005B. Grayscale: #F3F3F3. Windows color (decimal): -393308 or 10813433. OLE color: 10813433.

HSL color Cylindrical-coordinate representation of color #F9FFA4: hue angle of 63.96º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F9FFA4 is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.

Color convert

RGB249255164-
CMYK0.0200.360
HSL63.96º100%82.16%-
HSV(B)63.96º35.69%100%-
XYZ81.5394.3449.03-
YUV242.8383.51132.4-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.28%
GREEN value IS 255 (100% from 255) = 38.17%
BLUE value IS 164 (64.45% from 255) = 24.55%
R=37.28%
G=38.17%
B=24.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2492551640.0200.36063.9610082.16
HexF9FFA420240406452
Octal37137724420440100144122
Binary1111100111111111101001001001001000100000011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FFA4; }

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

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

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

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

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

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

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

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