#F9FEB0

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

Shades of Shalimar #F9FEB0

Tints of Shalimar #F9FEB0

Color information

#F9FEB0 (or 0xF9FEB0) is unknown color: approx Shalimar. HEX triplet: F9, FE and B0. RGB value is (249,254,176). Sum of RGB (Red+Green+Blue) = 249+254+176=679 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.67% from 679); Green value is 254 (99.61% from 255 or 37.41% from 679); Blue value is 176 (69.14% from 255 or 25.92% from 679); Max value from RGB is 254 - color contains mainly: green. Hex color #F9FEB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FEB0 is #06014F. Grayscale: #F3F3F3. Windows color (decimal): -393552 or 11599609. OLE color: 11599609.

HSL color Cylindrical-coordinate representation of color #F9FEB0: hue angle of 63.85º 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 #F9FEB0 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB249254176-
CMYK0.0200.310.00
HSL63.85º97.5%84.31%-
HSV(B)63.85º30.71%99.61%-
XYZ82.3594.1654.91-
YUV243.6189.84131.84-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.67%
GREEN value IS 254 (99.61% from 255) = 37.41%
BLUE value IS 176 (69.14% from 255) = 25.92%
R=36.67%
G=37.41%
B=25.92%

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
Decimal2492541760.0200.310.0063.8597.584.31
HexF9FEB0201F0406254
Octal37137626020370100142124
Binary111110011111111010110000100111110100000011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FEB0; }

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

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

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

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

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

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

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

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