#FCF9A3

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

Shades of Pale Prim #FCF9A3

Tints of Pale Prim #FCF9A3

Color information

#FCF9A3 (or 0xFCF9A3) is unknown color: approx Pale Prim. HEX triplet: FC, F9 and A3. RGB value is (252,249,163). Sum of RGB (Red+Green+Blue) = 252+249+163=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 249 (97.66% from 255 or 37.5% from 664); Blue value is 163 (64.06% from 255 or 24.55% from 664); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF9A3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF9A3 is #03065C. Grayscale: #F0F0F0. Windows color (decimal): -198237 or 10746364. OLE color: 10746364.

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

Color convert

RGB252249163-
CMYK00.010.350.01
HSL57.98º93.68%81.37%-
HSV(B)57.98º35.32%98.82%-
XYZ80.6391.0947.98-
YUV240.0984.49136.49-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.95%
GREEN value IS 249 (97.66% from 255) = 37.5%
BLUE value IS 163 (64.06% from 255) = 24.55%
R=37.95%
G=37.5%
B=24.55%

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
Decimal25224916300.010.350.0157.9893.6881.37
HexFCF9A3012313a5e51
Octal3743712430143172136121
Binary11111100111110011010001101100011111101010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF9A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF9A3; }

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

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

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

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

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

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

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

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