#F9FEAE

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

Shades of Shalimar #F9FEAE

Tints of Shalimar #F9FEAE

Color information

#F9FEAE (or 0xF9FEAE) is unknown color: approx Shalimar. HEX triplet: F9, FE and AE. RGB value is (249,254,174). Sum of RGB (Red+Green+Blue) = 249+254+174=677 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.78% from 677); Green value is 254 (99.61% from 255 or 37.52% from 677); Blue value is 174 (68.36% from 255 or 25.70% from 677); Max value from RGB is 254 - color contains mainly: green. Hex color #F9FEAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FEAE is #060151. Grayscale: #F3F3F3. Windows color (decimal): -393554 or 11468537. OLE color: 11468537.

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

Color convert

RGB249254174-
CMYK0.0200.310.00
HSL63.75º97.56%83.92%-
HSV(B)63.75º31.5%99.61%-
XYZ82.1594.0853.87-
YUV243.3888.84132-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.78%
GREEN value IS 254 (99.61% from 255) = 37.52%
BLUE value IS 174 (68.36% from 255) = 25.70%
R=36.78%
G=37.52%
B=25.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2492541740.0200.310.0063.7597.5683.92
HexF9FEAE201F0406254
Octal37137625620370100142124
Binary111110011111111010101110100111110100000011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FEAE; }

 p { color: rgb(249,254,174); }

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

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

 a { background-color: rgb(249,254,174); }

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

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

 span { border-color: rgb(249,254,174); }

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