#FCF29F

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

Shades of Pale Prim #FCF29F

Tints of Pale Prim #FCF29F

Color information

#FCF29F (or 0xFCF29F) is unknown color: approx Pale Prim. HEX triplet: FC, F2 and 9F. RGB value is (252,242,159). Sum of RGB (Red+Green+Blue) = 252+242+159=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 242 (94.92% from 255 or 37.06% from 653); Blue value is 159 (62.5% from 255 or 24.35% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF29F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF29F is #030D60. Grayscale: #EBEBEB. Windows color (decimal): -200033 or 10482428. OLE color: 10482428.

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

Color convert

RGB252242159-
CMYK00.040.370.01
HSL53.55º93.94%80.59%-
HSV(B)53.55º36.9%98.82%-
XYZ78.1686.745.42-
YUV235.5384.81139.75-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.59%
GREEN value IS 242 (94.92% from 255) = 37.06%
BLUE value IS 159 (62.5% from 255) = 24.35%
R=38.59%
G=37.06%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224215900.040.370.0153.5593.9480.59
HexFCF29F04251365e51
Octal3743622370445166136121
Binary1111110011110010100111110100100101111011010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF29F; }

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

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

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

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

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

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

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

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