#FCF3A5

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

Shades of Pale Prim #FCF3A5

Tints of Pale Prim #FCF3A5

Color information

#FCF3A5 (or 0xFCF3A5) is unknown color: approx Pale Prim. HEX triplet: FC, F3 and A5. RGB value is (252,243,165). Sum of RGB (Red+Green+Blue) = 252+243+165=660 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.18% from 660); Green value is 243 (95.31% from 255 or 36.82% from 660); Blue value is 165 (64.84% from 255 or 25% from 660); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF3A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF3A5 is #030C5A. Grayscale: #EDEDED. Windows color (decimal): -199771 or 10875900. OLE color: 10875900.

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

Color convert

RGB252243165-
CMYK00.040.350.01
HSL53.79º93.55%81.76%-
HSV(B)53.79º34.52%98.82%-
XYZ78.9987.5148.33-
YUV236.887.48138.84-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.18%
GREEN value IS 243 (95.31% from 255) = 36.82%
BLUE value IS 165 (64.84% from 255) = 25%
R=38.18%
G=36.82%
B=25%

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
Decimal25224316500.040.350.0153.7993.5581.76
HexFCF3A504231365e52
Octal3743632450443166136122
Binary1111110011110011101001010100100011111011010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF3A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF3A5; }

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

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

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

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

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

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

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

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