#FCF2A3

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

Shades of Pale Prim #FCF2A3

Tints of Pale Prim #FCF2A3

Color information

#FCF2A3 (or 0xFCF2A3) is unknown color: approx Pale Prim. HEX triplet: FC, F2 and A3. RGB value is (252,242,163). Sum of RGB (Red+Green+Blue) = 252+242+163=657 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.36% from 657); Green value is 242 (94.92% from 255 or 36.83% from 657); Blue value is 163 (64.06% from 255 or 24.81% from 657); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2A3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF2A3 is #030D5C. Grayscale: #ECECEC. Windows color (decimal): -200029 or 10744572. OLE color: 10744572.

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

Color convert

RGB252242163-
CMYK00.040.350.01
HSL53.26º93.68%81.37%-
HSV(B)53.26º35.32%98.82%-
XYZ78.5186.8447.28-
YUV235.9886.81139.42-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.36%
GREEN value IS 242 (94.92% from 255) = 36.83%
BLUE value IS 163 (64.06% from 255) = 24.81%
R=38.36%
G=36.83%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224216300.040.350.0153.2693.6881.37
HexFCF2A304231355e51
Octal3743622430443165136121
Binary1111110011110010101000110100100011111010110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF2A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF2A3; }

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

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

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

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

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

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

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

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