#FCF3A1

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

Shades of Pale Prim #FCF3A1

Tints of Pale Prim #FCF3A1

Color information

#FCF3A1 (or 0xFCF3A1) is unknown color: approx Pale Prim. HEX triplet: FC, F3 and A1. RGB value is (252,243,161). Sum of RGB (Red+Green+Blue) = 252+243+161=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 243 (95.31% from 255 or 37.04% from 656); Blue value is 161 (63.28% from 255 or 24.54% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF3A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF3A1 is #030C5E. Grayscale: #ECECEC. Windows color (decimal): -199775 or 10613756. OLE color: 10613756.

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

Color convert

RGB252243161-
CMYK00.040.360.01
HSL54.07º93.81%80.98%-
HSV(B)54.07º36.11%98.82%-
XYZ78.6387.3746.44-
YUV236.3485.48139.17-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.41%
GREEN value IS 243 (95.31% from 255) = 37.04%
BLUE value IS 161 (63.28% from 255) = 24.54%
R=38.41%
G=37.04%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224316100.040.360.0154.0793.8180.98
HexFCF3A104241365e51
Octal3743632410444166136121
Binary1111110011110011101000010100100100111011010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF3A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF3A1; }

 p { color: rgb(252,243,161); }

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

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

 a { background-color: rgb(252,243,161); }

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

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

 span { border-color: rgb(252,243,161); }

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