#FCF9AA

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

Shades of Shalimar #FCF9AA

Tints of Shalimar #FCF9AA

Color information

#FCF9AA (or 0xFCF9AA) is unknown color: approx Shalimar. HEX triplet: FC, F9 and AA. RGB value is (252,249,170). Sum of RGB (Red+Green+Blue) = 252+249+170=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 249 (97.66% from 255 or 37.11% from 671); Blue value is 170 (66.80% from 255 or 25.34% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF9AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF9AA is #030655. Grayscale: #F1F1F1. Windows color (decimal): -198230 or 11205116. OLE color: 11205116.

HSL color Cylindrical-coordinate representation of color #FCF9AA: hue angle of 57.8º degrees, saturation: 0.93, 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 #FCF9AA is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB252249170-
CMYK00.010.330.01
HSL57.8º93.18%82.75%-
HSV(B)57.8º32.54%98.82%-
XYZ81.2891.3551.38-
YUV240.8987.99135.92-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.56%
GREEN value IS 249 (97.66% from 255) = 37.11%
BLUE value IS 170 (66.80% from 255) = 25.34%
R=37.56%
G=37.11%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224917000.010.330.0157.893.1882.75
HexFCF9AA012113a5d53
Octal3743712520141172135123
Binary11111100111110011010101001100001111101010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF9AA; }

 p { color: rgb(252,249,170); }

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

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

 a { background-color: rgb(252,249,170); }

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

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

 span { border-color: rgb(252,249,170); }

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