#FCF49F

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

Shades of Pale Prim #FCF49F

Tints of Pale Prim #FCF49F

Color information

#FCF49F (or 0xFCF49F) is unknown color: approx Pale Prim. HEX triplet: FC, F4 and 9F. RGB value is (252,244,159). Sum of RGB (Red+Green+Blue) = 252+244+159=655 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.47% from 655); Green value is 244 (95.70% from 255 or 37.25% from 655); Blue value is 159 (62.5% from 255 or 24.27% from 655); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF49F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF49F is #030B60. Grayscale: #EDEDED. Windows color (decimal): -199521 or 10482940. OLE color: 10482940.

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

Color convert

RGB252244159-
CMYK00.030.370.01
HSL54.84º93.94%80.59%-
HSV(B)54.84º36.9%98.82%-
XYZ78.7587.945.62-
YUV236.784.15138.91-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.47%
GREEN value IS 244 (95.70% from 255) = 37.25%
BLUE value IS 159 (62.5% from 255) = 24.27%
R=38.47%
G=37.25%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224415900.030.370.0154.8493.9480.59
HexFCF49F03251375e51
Octal3743642370345167136121
Binary111111001111010010011111011100101111011110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF49F; }

 p { color: rgb(252,244,159); }

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

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

 a { background-color: rgb(252,244,159); }

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

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

 span { border-color: rgb(252,244,159); }

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