#FFA095

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

Shades of Rose Bud #FFA095

Tints of Rose Bud #FFA095

Color information

#FFA095 (or 0xFFA095) is unknown color: approx Rose Bud. HEX triplet: FF, A0 and 95. RGB value is (255,160,149). Sum of RGB (Red+Green+Blue) = 255+160+149=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 160 (62.89% from 255 or 28.37% from 564); Blue value is 149 (58.59% from 255 or 26.42% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA095 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA095 is #005F6A. Grayscale: #BBBBBB. Windows color (decimal): -24427 or 9806079. OLE color: 9806079.

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

Color convert

RGB255160149-
CMYK00.370.420
HSL6.23º100%79.22%-
HSV(B)6.23º41.57%100%-
XYZ59.2448.5734.69-
YUV187.15106.47176.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.21%
GREEN value IS 160 (62.89% from 255) = 28.37%
BLUE value IS 149 (58.59% from 255) = 26.42%
R=45.21%
G=28.37%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516014900.370.4206.2310079.22
HexFFA0950252A06644f
Octal3772402250455206144117
Binary1111111110100000100101010100101101010011011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA095; }

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

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

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

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

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

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

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

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