#FFA4A0

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

Shades of Rose Bud #FFA4A0

Tints of Rose Bud #FFA4A0

Color information

#FFA4A0 (or 0xFFA4A0) is unknown color: approx Rose Bud. HEX triplet: FF, A4 and A0. RGB value is (255,164,160). Sum of RGB (Red+Green+Blue) = 255+164+160=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 164 (64.45% from 255 or 28.32% from 579); Blue value is 160 (62.89% from 255 or 27.63% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA4A0 is #005B5F. Grayscale: #BEBEBE. Windows color (decimal): -23392 or 10527999. OLE color: 10527999.

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

Color convert

RGB255164160-
CMYK00.360.370
HSL2.53º100%81.37%-
HSV(B)2.53º37.25%100%-
XYZ60.8650.3539.77-
YUV190.75110.65173.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.04%
GREEN value IS 164 (64.45% from 255) = 28.32%
BLUE value IS 160 (62.89% from 255) = 27.63%
R=44.04%
G=28.32%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516416000.360.3702.5310081.37
HexFFA4A002425036451
Octal3772442400444503144121
Binary111111111010010010100000010010010010101111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA4A0; }

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

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

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

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

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

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

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

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