#FFB49B

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

Shades of Rose Bud #FFB49B

Tints of Rose Bud #FFB49B

Color information

#FFB49B (or 0xFFB49B) is unknown color: approx Rose Bud. HEX triplet: FF, B4 and 9B. RGB value is (255,180,155). Sum of RGB (Red+Green+Blue) = 255+180+155=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 180 (70.70% from 255 or 30.51% from 590); Blue value is 155 (60.94% from 255 or 26.27% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB49B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB49B is #004B64. Grayscale: #C7C7C7. Windows color (decimal): -19301 or 10204415. OLE color: 10204415.

HSL color Cylindrical-coordinate representation of color #FFB49B: hue angle of 15º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFB49B is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.

Color convert

RGB255180155-
CMYK00.290.390
HSL15º100%80.39%-
HSV(B)15º39.22%100%-
XYZ63.4856.2738.53-
YUV199.58102.85167.53-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.22%
GREEN value IS 180 (70.70% from 255) = 30.51%
BLUE value IS 155 (60.94% from 255) = 26.27%
R=43.22%
G=30.51%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518015500.290.3901510080.39
HexFFB49B01D270f6450
Octal37726423303547017144120
Binary1111111110110100100110110111011001110111111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB49B; }

 p { color: rgb(255,180,155); }

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

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

 a { background-color: rgb(255,180,155); }

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

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

 span { border-color: rgb(255,180,155); }

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