#FCFAA4

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

Shades of Shalimar #FCFAA4

Tints of Shalimar #FCFAA4

Color information

#FCFAA4 (or 0xFCFAA4) is unknown color: approx Shalimar. HEX triplet: FC, FA and A4. RGB value is (252,250,164). Sum of RGB (Red+Green+Blue) = 252+250+164=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 164 (64.45% from 255 or 24.62% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFAA4 is #03055B. Grayscale: #F1F1F1. Windows color (decimal): -197980 or 10812156. OLE color: 10812156.

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

Color convert

RGB252250164-
CMYK00.010.350.01
HSL58.64º93.62%81.57%-
HSV(B)58.64º34.92%98.82%-
XYZ81.0391.7548.56-
YUV240.7984.66135.99-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.84%
GREEN value IS 250 (98.05% from 255) = 37.54%
BLUE value IS 164 (64.45% from 255) = 24.62%
R=37.84%
G=37.54%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225016400.010.350.0158.6493.6281.57
HexFCFAA4012313b5e52
Octal3743722440143173136122
Binary11111100111110101010010001100011111101110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFAA4; }

 p { color: rgb(252,250,164); }

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

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

 a { background-color: rgb(252,250,164); }

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

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

 span { border-color: rgb(252,250,164); }

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