#FBF99B

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

Shades of Pale Prim #FBF99B

Tints of Pale Prim #FBF99B

Color information

#FBF99B (or 0xFBF99B) is unknown color: approx Pale Prim. HEX triplet: FB, F9 and 9B. RGB value is (251,249,155). Sum of RGB (Red+Green+Blue) = 251+249+155=655 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.32% from 655); Green value is 249 (97.66% from 255 or 38.02% from 655); Blue value is 155 (60.94% from 255 or 23.66% from 655); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF99B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF99B is #040664. Grayscale: #EFEFEF. Windows color (decimal): -263781 or 10222075. OLE color: 10222075.

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

Color convert

RGB251249155-
CMYK00.010.380.02
HSL58.75º92.31%79.61%-
HSV(B)58.75º38.25%98.43%-
XYZ79.5890.6344.31-
YUV238.8880.66136.64-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.32%
GREEN value IS 249 (97.66% from 255) = 38.02%
BLUE value IS 155 (60.94% from 255) = 23.66%
R=38.32%
G=38.02%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124915500.010.380.0258.7592.3179.61
HexFBF99B012623b5c50
Octal3733712330146273134120
Binary111110111111100110011011011001101011101110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF99B; }

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

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

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

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

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

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

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

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