#F9FDAF

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

Shades of Shalimar #F9FDAF

Tints of Shalimar #F9FDAF

Color information

#F9FDAF (or 0xF9FDAF) is unknown color: approx Shalimar. HEX triplet: F9, FD and AF. RGB value is (249,253,175). Sum of RGB (Red+Green+Blue) = 249+253+175=677 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.78% from 677); Green value is 253 (99.22% from 255 or 37.37% from 677); Blue value is 175 (68.75% from 255 or 25.85% from 677); Max value from RGB is 253 - color contains mainly: green. Hex color #F9FDAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FDAF is #060250. Grayscale: #F3F3F3. Windows color (decimal): -393809 or 11533817. OLE color: 11533817.

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

Color convert

RGB249253175-
CMYK0.0200.310.01
HSL63.08º95.12%83.92%-
HSV(B)63.08º30.83%99.22%-
XYZ81.9393.4954.28-
YUV242.9189.67132.34-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.78%
GREEN value IS 253 (99.22% from 255) = 37.37%
BLUE value IS 175 (68.75% from 255) = 25.85%
R=36.78%
G=37.37%
B=25.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2492531750.0200.310.0163.0895.1283.92
HexF9FDAF201F13f5f54
Octal3713752572037177137124
Binary11111001111111011010111110011111111111110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FDAF; }

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

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

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

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

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

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

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

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