#FFB49A

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

Shades of Rose Bud #FFB49A

Tints of Rose Bud #FFB49A

Color information

#FFB49A (or 0xFFB49A) is unknown color: approx Rose Bud. HEX triplet: FF, B4 and 9A. RGB value is (255,180,154). Sum of RGB (Red+Green+Blue) = 255+180+154=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 180 (70.70% from 255 or 30.56% from 589); Blue value is 154 (60.55% from 255 or 26.15% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB49A is #004B65. Grayscale: #C7C7C7. Windows color (decimal): -19302 or 10138879. OLE color: 10138879.

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

Color convert

RGB255180154-
CMYK00.290.400
HSL15.45º100%80.2%-
HSV(B)15.45º39.61%100%-
XYZ63.3956.2438.09-
YUV199.46102.35167.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.29%
GREEN value IS 180 (70.70% from 255) = 30.56%
BLUE value IS 154 (60.55% from 255) = 26.15%
R=43.29%
G=30.56%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518015400.290.40015.4510080.2
HexFFB49A01D280f6450
Octal37726423203550017144120
Binary1111111110110100100110100111011010000111111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB49A; }

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

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

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

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

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

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

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

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