#FCF899

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

Shades of Pale Prim #FCF899

Tints of Pale Prim #FCF899

Color information

#FCF899 (or 0xFCF899) is unknown color: approx Pale Prim. HEX triplet: FC, F8 and 99. RGB value is (252,248,153). Sum of RGB (Red+Green+Blue) = 252+248+153=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 248 (97.27% from 255 or 37.98% from 653); Blue value is 153 (60.16% from 255 or 23.43% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF899 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF899 is #030766. Grayscale: #EEEEEE. Windows color (decimal): -198503 or 10090748. OLE color: 10090748.

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

Color convert

RGB252248153-
CMYK00.020.390.01
HSL57.58º94.29%79.41%-
HSV(B)57.58º39.29%98.82%-
XYZ79.4690.1343.35-
YUV238.3779.83137.72-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.59%
GREEN value IS 248 (97.27% from 255) = 37.98%
BLUE value IS 153 (60.16% from 255) = 23.43%
R=38.59%
G=37.98%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224815300.020.390.0157.5894.2979.41
HexFCF899022713a5e4f
Octal3743702310247172136117
Binary111111001111100010011001010100111111101010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF899; }

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

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

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

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

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

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

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

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