#FCFAA7

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

Shades of Shalimar #FCFAA7

Tints of Shalimar #FCFAA7

Color information

#FCFAA7 (or 0xFCFAA7) is unknown color: approx Shalimar. HEX triplet: FC, FA and A7. RGB value is (252,250,167). Sum of RGB (Red+Green+Blue) = 252+250+167=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 250 (98.05% from 255 or 37.37% from 669); Blue value is 167 (65.62% from 255 or 24.96% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFAA7 is #030558. Grayscale: #F1F1F1. Windows color (decimal): -197977 or 11008764. OLE color: 11008764.

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

Color convert

RGB252250167-
CMYK00.010.340.01
HSL58.59º93.41%82.16%-
HSV(B)58.59º33.73%98.82%-
XYZ81.3191.8650-
YUV241.1486.16135.75-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.67%
GREEN value IS 250 (98.05% from 255) = 37.37%
BLUE value IS 167 (65.62% from 255) = 24.96%
R=37.67%
G=37.37%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225016700.010.340.0158.5993.4182.16
HexFCFAA7012213b5d52
Octal3743722470142173135122
Binary11111100111110101010011101100010111101110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFAA7; }

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

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

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

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

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

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

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

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