#F8FDA9

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

Shades of Shalimar #F8FDA9

Tints of Shalimar #F8FDA9

Color information

#F8FDA9 (or 0xF8FDA9) is unknown color: approx Shalimar. HEX triplet: F8, FD and A9. RGB value is (248,253,169). Sum of RGB (Red+Green+Blue) = 248+253+169=670 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.01% from 670); Green value is 253 (99.22% from 255 or 37.76% from 670); Blue value is 169 (66.41% from 255 or 25.22% from 670); Max value from RGB is 253 - color contains mainly: green. Hex color #F8FDA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FDA9 is #070256. Grayscale: #F2F2F2. Windows color (decimal): -459351 or 11140600. OLE color: 11140600.

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

Color convert

RGB248253169-
CMYK0.0200.330.01
HSL63.57º95.45%82.75%-
HSV(B)63.57º33.2%99.22%-
XYZ8193.0751.23-
YUV241.9386.84132.33-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.01%
GREEN value IS 253 (99.22% from 255) = 37.76%
BLUE value IS 169 (66.41% from 255) = 25.22%
R=37.01%
G=37.76%
B=25.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2482531690.0200.330.0163.5795.4582.75
HexF8FDA920211405f53
Octal37037525120411100137123
Binary1111100011111101101010011001000011100000010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8FDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8FDA9; }

 p { color: rgb(248,253,169); }

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

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

 a { background-color: rgb(248,253,169); }

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

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

 span { border-color: rgb(248,253,169); }

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