#FBF899

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

Shades of Pale Prim #FBF899

Tints of Pale Prim #FBF899

Color information

#FBF899 (or 0xFBF899) is unknown color: approx Pale Prim. HEX triplet: FB, F8 and 99. RGB value is (251,248,153). Sum of RGB (Red+Green+Blue) = 251+248+153=652 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.50% from 652); Green value is 248 (97.27% from 255 or 38.04% from 652); Blue value is 153 (60.16% from 255 or 23.47% from 652); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF899 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF899 is #040766. Grayscale: #EEEEEE. Windows color (decimal): -264039 or 10090747. OLE color: 10090747.

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

Color convert

RGB251248153-
CMYK00.010.390.02
HSL58.16º92.45%79.22%-
HSV(B)58.16º39.04%98.43%-
XYZ79.189.9443.33-
YUV238.0779.99137.22-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.50%
GREEN value IS 248 (97.27% from 255) = 38.04%
BLUE value IS 153 (60.16% from 255) = 23.47%
R=38.50%
G=38.04%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124815300.010.390.0258.1692.4579.22
HexFBF899012723a5c4f
Octal3733702310147272134117
Binary111110111111100010011001011001111011101010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF899; }

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

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

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

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

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

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

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

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