#FBB49F

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

Shades of Rose Bud #FBB49F

Tints of Rose Bud #FBB49F

Color information

#FBB49F (or 0xFBB49F) is unknown color: approx Rose Bud. HEX triplet: FB, B4 and 9F. RGB value is (251,180,159). Sum of RGB (Red+Green+Blue) = 251+180+159=590 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.54% from 590); Green value is 180 (70.70% from 255 or 30.51% from 590); Blue value is 159 (62.5% from 255 or 26.95% from 590); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB49F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB49F is #044B60. Grayscale: #C6C6C6. Windows color (decimal): -281441 or 10466555. OLE color: 10466555.

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

Color convert

RGB251180159-
CMYK00.280.370.02
HSL13.7º92%80.39%-
HSV(B)13.7º36.65%98.43%-
XYZ62.3655.6540.26-
YUV198.84105.52165.21-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.54%
GREEN value IS 180 (70.70% from 255) = 30.51%
BLUE value IS 159 (62.5% from 255) = 26.95%
R=42.54%
G=30.51%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118015900.280.370.0213.79280.39
HexFBB49F01C252e5c50
Octal37326423703445216134120
Binary11111011101101001001111101110010010110111010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB49F; }

 p { color: rgb(251,180,159); }

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

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

 a { background-color: rgb(251,180,159); }

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

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

 span { border-color: rgb(251,180,159); }

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