#FFA09A

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

Shades of Rose Bud #FFA09A

Tints of Rose Bud #FFA09A

Color information

#FFA09A (or 0xFFA09A) is unknown color: approx Rose Bud. HEX triplet: FF, A0 and 9A. RGB value is (255,160,154). Sum of RGB (Red+Green+Blue) = 255+160+154=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 160 (62.89% from 255 or 28.12% from 569); Blue value is 154 (60.55% from 255 or 27.07% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA09A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA09A is #005F65. Grayscale: #BBBBBB. Windows color (decimal): -24422 or 10133759. OLE color: 10133759.

HSL color Cylindrical-coordinate representation of color #FFA09A: hue angle of 3.56º 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 #FFA09A is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.

Color convert

RGB255160154-
CMYK00.370.400
HSL3.56º100%80.2%-
HSV(B)3.56º39.61%100%-
XYZ59.6448.7336.84-
YUV187.72108.97175.99-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.82%
GREEN value IS 160 (62.89% from 255) = 28.12%
BLUE value IS 154 (60.55% from 255) = 27.07%
R=44.82%
G=28.12%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516015400.370.4003.5610080.2
HexFFA09A02528046450
Octal3772402320455004144120
Binary1111111110100000100110100100101101000010011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA09A; }

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

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

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

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

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

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

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

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