#FCF898

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

Shades of Pale Prim #FCF898

Tints of Pale Prim #FCF898

Color information

#FCF898 (or 0xFCF898) is unknown color: approx Pale Prim. HEX triplet: FC, F8 and 98. RGB value is (252,248,152). Sum of RGB (Red+Green+Blue) = 252+248+152=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 248 (97.27% from 255 or 38.04% from 652); Blue value is 152 (59.77% from 255 or 23.31% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF898 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF898 is #030767. Grayscale: #EEEEEE. Windows color (decimal): -198504 or 10025212. OLE color: 10025212.

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

Color convert

RGB252248152-
CMYK00.020.400.01
HSL57.6º94.34%79.22%-
HSV(B)57.6º39.68%98.82%-
XYZ79.3890.142.91-
YUV238.2579.33137.81-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.65%
GREEN value IS 248 (97.27% from 255) = 38.04%
BLUE value IS 152 (59.77% from 255) = 23.31%
R=38.65%
G=38.04%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224815200.020.400.0157.694.3479.22
HexFCF898022813a5e4f
Octal3743702300250172136117
Binary111111001111100010011000010101000111101010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF898; }

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

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

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

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

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

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

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

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