#FFB49F

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

Shades of Rose Bud #FFB49F

Tints of Rose Bud #FFB49F

Color information

#FFB49F (or 0xFFB49F) is unknown color: approx Rose Bud. HEX triplet: FF, B4 and 9F. RGB value is (255,180,159). Sum of RGB (Red+Green+Blue) = 255+180+159=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 180 (70.70% from 255 or 30.30% from 594); Blue value is 159 (62.5% from 255 or 26.77% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB49F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB49F is #004B60. Grayscale: #C8C8C8. Windows color (decimal): -19297 or 10466559. OLE color: 10466559.

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

Color convert

RGB255180159-
CMYK00.290.380
HSL13.13º100%81.18%-
HSV(B)13.13º37.65%100%-
XYZ63.8256.4140.32-
YUV200.03104.85167.21-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.93%
GREEN value IS 180 (70.70% from 255) = 30.30%
BLUE value IS 159 (62.5% from 255) = 26.77%
R=42.93%
G=30.30%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518015900.290.38013.1310081.18
HexFFB49F01D260d6451
Octal37726423703546015144121
Binary1111111110110100100111110111011001100110111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB49F; }

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

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

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

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

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

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

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

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