#F9FDA6

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

Shades of Shalimar #F9FDA6

Tints of Shalimar #F9FDA6

Color information

#F9FDA6 (or 0xF9FDA6) is unknown color: approx Shalimar. HEX triplet: F9, FD and A6. RGB value is (249,253,166). Sum of RGB (Red+Green+Blue) = 249+253+166=668 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.28% from 668); Green value is 253 (99.22% from 255 or 37.87% from 668); Blue value is 166 (65.23% from 255 or 24.85% from 668); Max value from RGB is 253 - color contains mainly: green. Hex color #F9FDA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FDA6 is #060259. Grayscale: #F2F2F2. Windows color (decimal): -393818 or 10943993. OLE color: 10943993.

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

Color convert

RGB249253166-
CMYK0.0200.340.01
HSL62.76º95.6%82.16%-
HSV(B)62.76º34.39%99.22%-
XYZ81.0893.1449.78-
YUV241.8985.17133.07-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.28%
GREEN value IS 253 (99.22% from 255) = 37.87%
BLUE value IS 166 (65.23% from 255) = 24.85%
R=37.28%
G=37.87%
B=24.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2492531660.0200.340.0162.7695.682.16
HexF9FDA6202213f6052
Octal3713752462042177140122
Binary111110011111110110100110100100010111111111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FDA6; }

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

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

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

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

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

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

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

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