#FCF49E

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

Shades of Pale Prim #FCF49E

Tints of Pale Prim #FCF49E

Color information

#FCF49E (or 0xFCF49E) is unknown color: approx Pale Prim. HEX triplet: FC, F4 and 9E. RGB value is (252,244,158). Sum of RGB (Red+Green+Blue) = 252+244+158=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 244 (95.70% from 255 or 37.31% from 654); Blue value is 158 (62.11% from 255 or 24.16% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF49E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF49E is #030B61. Grayscale: #ECECEC. Windows color (decimal): -199522 or 10417404. OLE color: 10417404.

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

Color convert

RGB252244158-
CMYK00.030.370.01
HSL54.89º94%80.39%-
HSV(B)54.89º37.3%98.82%-
XYZ78.6787.8745.16-
YUV236.5983.65138.99-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.53%
GREEN value IS 244 (95.70% from 255) = 37.31%
BLUE value IS 158 (62.11% from 255) = 24.16%
R=38.53%
G=37.31%
B=24.16%

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
Decimal25224415800.030.370.0154.899480.39
HexFCF49E03251375e50
Octal3743642360345167136120
Binary111111001111010010011110011100101111011110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF49E; }

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

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

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

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

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

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

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

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