#FCF49B

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

Shades of Pale Prim #FCF49B

Tints of Pale Prim #FCF49B

Color information

#FCF49B (or 0xFCF49B) is unknown color: approx Pale Prim. HEX triplet: FC, F4 and 9B. RGB value is (252,244,155). Sum of RGB (Red+Green+Blue) = 252+244+155=651 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.71% from 651); Green value is 244 (95.70% from 255 or 37.48% from 651); Blue value is 155 (60.94% from 255 or 23.81% from 651); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF49B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF49B is #030B64. Grayscale: #ECECEC. Windows color (decimal): -199525 or 10220796. OLE color: 10220796.

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

Color convert

RGB252244155-
CMYK00.030.380.01
HSL55.05º94.17%79.8%-
HSV(B)55.05º38.49%98.82%-
XYZ78.4187.7643.82-
YUV236.2582.15139.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.71%
GREEN value IS 244 (95.70% from 255) = 37.48%
BLUE value IS 155 (60.94% from 255) = 23.81%
R=38.71%
G=37.48%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224415500.030.380.0155.0594.1779.8
HexFCF49B03261375e50
Octal3743642330346167136120
Binary111111001111010010011011011100110111011110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF49B; }

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

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

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

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

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

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

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

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