#F9FDAD

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

Shades of Shalimar #F9FDAD

Tints of Shalimar #F9FDAD

Color information

#F9FDAD (or 0xF9FDAD) is unknown color: approx Shalimar. HEX triplet: F9, FD and AD. RGB value is (249,253,173). Sum of RGB (Red+Green+Blue) = 249+253+173=675 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.89% from 675); Green value is 253 (99.22% from 255 or 37.48% from 675); Blue value is 173 (67.97% from 255 or 25.63% from 675); Max value from RGB is 253 - color contains mainly: green. Hex color #F9FDAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FDAD is #060252. Grayscale: #F2F2F2. Windows color (decimal): -393811 or 11402745. OLE color: 11402745.

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

Color convert

RGB249253173-
CMYK0.0200.320.01
HSL63º95.24%83.53%-
HSV(B)63º31.62%99.22%-
XYZ81.7493.4153.26-
YUV242.6888.67132.5-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.89%
GREEN value IS 253 (99.22% from 255) = 37.48%
BLUE value IS 173 (67.97% from 255) = 25.63%
R=36.89%
G=37.48%
B=25.63%

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
Decimal2492531730.0200.320.016395.2483.53
HexF9FDAD202013f5f54
Octal3713752552040177137124
Binary111110011111110110101101100100000111111110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FDAD; }

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

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

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

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

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

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

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

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