#FCF89F

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

Shades of Pale Prim #FCF89F

Tints of Pale Prim #FCF89F

Color information

#FCF89F (or 0xFCF89F) is unknown color: approx Pale Prim. HEX triplet: FC, F8 and 9F. RGB value is (252,248,159). Sum of RGB (Red+Green+Blue) = 252+248+159=659 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.24% from 659); Green value is 248 (97.27% from 255 or 37.63% from 659); Blue value is 159 (62.5% from 255 or 24.13% from 659); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF89F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF89F is #030760. Grayscale: #EFEFEF. Windows color (decimal): -198497 or 10483964. OLE color: 10483964.

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

Color convert

RGB252248159-
CMYK00.020.370.01
HSL57.42º93.94%80.59%-
HSV(B)57.42º36.9%98.82%-
XYZ79.9790.3346.02-
YUV239.0582.83137.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.24%
GREEN value IS 248 (97.27% from 255) = 37.63%
BLUE value IS 159 (62.5% from 255) = 24.13%
R=38.24%
G=37.63%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224815900.020.370.0157.4293.9480.59
HexFCF89F02251395e51
Octal3743702370245171136121
Binary111111001111100010011111010100101111100110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF89F; }

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

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

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

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

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

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

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

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