#FCF5A1

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

Shades of Pale Prim #FCF5A1

Tints of Pale Prim #FCF5A1

Color information

#FCF5A1 (or 0xFCF5A1) is unknown color: approx Pale Prim. HEX triplet: FC, F5 and A1. RGB value is (252,245,161). Sum of RGB (Red+Green+Blue) = 252+245+161=658 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.30% from 658); Green value is 245 (96.09% from 255 or 37.23% from 658); Blue value is 161 (63.28% from 255 or 24.47% from 658); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF5A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF5A1 is #030A5E. Grayscale: #EDEDED. Windows color (decimal): -199263 or 10614268. OLE color: 10614268.

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

Color convert

RGB252245161-
CMYK00.030.360.01
HSL55.38º93.81%80.98%-
HSV(B)55.38º36.11%98.82%-
XYZ79.2388.5746.64-
YUV237.5284.82138.33-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.30%
GREEN value IS 245 (96.09% from 255) = 37.23%
BLUE value IS 161 (63.28% from 255) = 24.47%
R=38.30%
G=37.23%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224516100.030.360.0155.3893.8180.98
HexFCF5A103241375e51
Octal3743652410344167136121
Binary111111001111010110100001011100100111011110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF5A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF5A1; }

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

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

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

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

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

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

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

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