#FCF4A7

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

Shades of Shalimar #FCF4A7

Tints of Shalimar #FCF4A7

Color information

#FCF4A7 (or 0xFCF4A7) is unknown color: approx Shalimar. HEX triplet: FC, F4 and A7. RGB value is (252,244,167). Sum of RGB (Red+Green+Blue) = 252+244+167=663 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.01% from 663); Green value is 244 (95.70% from 255 or 36.80% from 663); Blue value is 167 (65.62% from 255 or 25.19% from 663); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF4A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF4A7 is #030B58. Grayscale: #EDEDED. Windows color (decimal): -199513 or 11007228. OLE color: 11007228.

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

Color convert

RGB252244167-
CMYK00.030.340.01
HSL54.35º93.41%82.16%-
HSV(B)54.35º33.73%98.82%-
XYZ79.4788.1949.39-
YUV237.6188.15138.26-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.01%
GREEN value IS 244 (95.70% from 255) = 36.80%
BLUE value IS 167 (65.62% from 255) = 25.19%
R=38.01%
G=36.80%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224416700.030.340.0154.3593.4182.16
HexFCF4A703221365d52
Octal3743642470342166135122
Binary111111001111010010100111011100010111011010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF4A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF4A7; }

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

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

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

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

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

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

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

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