#FFB5A0

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

Shades of Rose Bud #FFB5A0

Tints of Rose Bud #FFB5A0

Color information

#FFB5A0 (or 0xFFB5A0) is unknown color: approx Rose Bud. HEX triplet: FF, B5 and A0. RGB value is (255,181,160). Sum of RGB (Red+Green+Blue) = 255+181+160=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 181 (71.09% from 255 or 30.37% from 596); Blue value is 160 (62.89% from 255 or 26.85% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB5A0 is #004A5F. Grayscale: #C8C8C8. Windows color (decimal): -19040 or 10532351. OLE color: 10532351.

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

Color convert

RGB255181160-
CMYK00.290.370
HSL13.26º100%81.37%-
HSV(B)13.26º37.25%100%-
XYZ64.1156.8540.85-
YUV200.73105.02166.71-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.79%
GREEN value IS 181 (71.09% from 255) = 30.37%
BLUE value IS 160 (62.89% from 255) = 26.85%
R=42.79%
G=30.37%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518116000.290.37013.2610081.37
HexFFB5A001D250d6451
Octal37726524003545015144121
Binary1111111110110101101000000111011001010110111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB5A0; }

 p { color: rgb(255,181,160); }

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

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

 a { background-color: rgb(255,181,160); }

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

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

 span { border-color: rgb(255,181,160); }

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