#FCF4A3

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

Shades of Pale Prim #FCF4A3

Tints of Pale Prim #FCF4A3

Color information

#FCF4A3 (or 0xFCF4A3) is unknown color: approx Pale Prim. HEX triplet: FC, F4 and A3. RGB value is (252,244,163). Sum of RGB (Red+Green+Blue) = 252+244+163=659 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.24% from 659); Green value is 244 (95.70% from 255 or 37.03% from 659); Blue value is 163 (64.06% from 255 or 24.73% from 659); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF4A3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF4A3 is #030B5C. Grayscale: #EDEDED. Windows color (decimal): -199517 or 10745084. OLE color: 10745084.

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

Color convert

RGB252244163-
CMYK00.030.350.01
HSL54.61º93.68%81.37%-
HSV(B)54.61º35.32%98.82%-
XYZ79.1188.0447.47-
YUV237.1686.15138.59-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.24%
GREEN value IS 244 (95.70% from 255) = 37.03%
BLUE value IS 163 (64.06% from 255) = 24.73%
R=38.24%
G=37.03%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224416300.030.350.0154.6193.6881.37
HexFCF4A303231375e51
Octal3743642430343167136121
Binary111111001111010010100011011100011111011110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF4A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF4A3; }

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

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

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

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

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

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

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

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