#FBB09B

Color #FBB09B Rose Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud #FBB09B

Tints of Rose Bud #FBB09B

Color information

#FBB09B (or 0xFBB09B) is unknown color: approx Rose Bud. HEX triplet: FB, B0 and 9B. RGB value is (251,176,155). Sum of RGB (Red+Green+Blue) = 251+176+155=582 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.13% from 582); Green value is 176 (69.14% from 255 or 30.24% from 582); Blue value is 155 (60.94% from 255 or 26.63% from 582); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB09B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBB09B is #044F64. Grayscale: #C4C4C4. Windows color (decimal): -282469 or 10203387. OLE color: 10203387.

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

Color convert

RGB251176155-
CMYK00.300.380.02
HSL13.13º92.31%79.61%-
HSV(B)13.13º38.25%98.43%-
XYZ61.2353.9338.19-
YUV196.03104.85167.21-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.13%
GREEN value IS 176 (69.14% from 255) = 30.24%
BLUE value IS 155 (60.94% from 255) = 26.63%
R=43.13%
G=30.24%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117615500.300.380.0213.1392.3179.61
HexFBB09B01E262d5c50
Octal37326023303646215134120
Binary11111011101100001001101101111010011010110110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB09B; }

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

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

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

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

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

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

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

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