#FCFBA0

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

Shades of Pale Prim #FCFBA0

Tints of Pale Prim #FCFBA0

Color information

#FCFBA0 (or 0xFCFBA0) is unknown color: approx Pale Prim. HEX triplet: FC, FB and A0. RGB value is (252,251,160). Sum of RGB (Red+Green+Blue) = 252+251+160=663 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.01% from 663); Green value is 251 (98.44% from 255 or 37.86% from 663); Blue value is 160 (62.89% from 255 or 24.13% from 663); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFBA0 is #03045F. Grayscale: #F1F1F1. Windows color (decimal): -197728 or 10550268. OLE color: 10550268.

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

Color convert

RGB252251160-
CMYK00.000.370.01
HSL59.35º93.88%80.78%-
HSV(B)59.35º36.51%98.82%-
XYZ80.9992.2346.79-
YUV240.9282.33135.9-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.01%
GREEN value IS 251 (98.44% from 255) = 37.86%
BLUE value IS 160 (62.89% from 255) = 24.13%
R=38.01%
G=37.86%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225116000.000.370.0159.3593.8880.78
HexFCFBA0002513b5e51
Octal3743732400045173136121
Binary11111100111110111010000000100101111101110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFBA0; }

 p { color: rgb(252,251,160); }

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

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

 a { background-color: rgb(252,251,160); }

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

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

 span { border-color: rgb(252,251,160); }

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