#FBF49B

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

Shades of Pale Prim #FBF49B

Tints of Pale Prim #FBF49B

Color information

#FBF49B (or 0xFBF49B) is unknown color: approx Pale Prim. HEX triplet: FB, F4 and 9B. RGB value is (251,244,155). Sum of RGB (Red+Green+Blue) = 251+244+155=650 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.62% from 650); Green value is 244 (95.70% from 255 or 37.54% from 650); Blue value is 155 (60.94% from 255 or 23.85% from 650); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF49B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF49B is #040B64. Grayscale: #ECECEC. Windows color (decimal): -265061 or 10220795. OLE color: 10220795.

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

Color convert

RGB251244155-
CMYK00.030.380.02
HSL55.62º92.31%79.61%-
HSV(B)55.62º38.25%98.43%-
XYZ78.0587.5843.8-
YUV235.9582.32138.74-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.62%
GREEN value IS 244 (95.70% from 255) = 37.54%
BLUE value IS 155 (60.94% from 255) = 23.85%
R=38.62%
G=37.54%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124415500.030.380.0255.6292.3179.61
HexFBF49B03262385c50
Octal3733642330346270134120
Binary1111101111110100100110110111001101011100010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF49B; }

 p { color: rgb(251,244,155); }

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

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

 a { background-color: rgb(251,244,155); }

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

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

 span { border-color: rgb(251,244,155); }

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