#F9FEAC

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

Shades of Shalimar #F9FEAC

Tints of Shalimar #F9FEAC

Color information

#F9FEAC (or 0xF9FEAC) is unknown color: approx Shalimar. HEX triplet: F9, FE and AC. RGB value is (249,254,172). Sum of RGB (Red+Green+Blue) = 249+254+172=675 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.89% from 675); Green value is 254 (99.61% from 255 or 37.63% from 675); Blue value is 172 (67.58% from 255 or 25.48% from 675); Max value from RGB is 254 - color contains mainly: green. Hex color #F9FEAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FEAC is #060153. Grayscale: #F3F3F3. Windows color (decimal): -393556 or 11337465. OLE color: 11337465.

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

Color convert

RGB249254172-
CMYK0.0200.320.00
HSL63.66º97.62%83.53%-
HSV(B)63.66º32.28%99.61%-
XYZ81.969452.85-
YUV243.1687.84132.17-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.89%
GREEN value IS 254 (99.61% from 255) = 37.63%
BLUE value IS 172 (67.58% from 255) = 25.48%
R=36.89%
G=37.63%
B=25.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2492541720.0200.320.0063.6697.6283.53
HexF9FEAC20200406254
Octal37137625420400100142124
Binary1111100111111110101011001001000000100000011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FEAC; }

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

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

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

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

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

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

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

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