#F9FDAB

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

Shades of Shalimar #F9FDAB

Tints of Shalimar #F9FDAB

Color information

#F9FDAB (or 0xF9FDAB) is unknown color: approx Shalimar. HEX triplet: F9, FD and AB. RGB value is (249,253,171). Sum of RGB (Red+Green+Blue) = 249+253+171=673 (89% of max value = 765). Red value is 249 (97.66% from 255 or 37.00% from 673); Green value is 253 (99.22% from 255 or 37.59% from 673); Blue value is 171 (67.19% from 255 or 25.41% from 673); Max value from RGB is 253 - color contains mainly: green. Hex color #F9FDAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FDAB is #060254. Grayscale: #F2F2F2. Windows color (decimal): -393813 or 11271673. OLE color: 11271673.

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

Color convert

RGB249253171-
CMYK0.0200.320.01
HSL62.93º95.35%83.14%-
HSV(B)62.93º32.41%99.22%-
XYZ81.5493.3352.24-
YUV242.4687.67132.67-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.00%
GREEN value IS 253 (99.22% from 255) = 37.59%
BLUE value IS 171 (67.19% from 255) = 25.41%
R=37.00%
G=37.59%
B=25.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2492531710.0200.320.0162.9395.3583.14
HexF9FDAB202013f5f53
Octal3713752532040177137123
Binary111110011111110110101011100100000111111110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FDAB; }

 p { color: rgb(249,253,171); }

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

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

 a { background-color: rgb(249,253,171); }

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

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

 span { border-color: rgb(249,253,171); }

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