#FFAFA0

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

Shades of Rose Bud #FFAFA0

Tints of Rose Bud #FFAFA0

Color information

#FFAFA0 (or 0xFFAFA0) is unknown color: approx Rose Bud. HEX triplet: FF, AF and A0. RGB value is (255,175,160). Sum of RGB (Red+Green+Blue) = 255+175+160=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 160 (62.89% from 255 or 27.12% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAFA0 is #00505F. Grayscale: #C5C5C5. Windows color (decimal): -20576 or 10530815. OLE color: 10530815.

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

Color convert

RGB255175160-
CMYK00.310.370
HSL9.47º100%81.37%-
HSV(B)9.47º37.25%100%-
XYZ62.9254.4640.45-
YUV197.21107169.22-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.22%
GREEN value IS 175 (68.75% from 255) = 29.66%
BLUE value IS 160 (62.89% from 255) = 27.12%
R=43.22%
G=29.66%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517516000.310.3709.4710081.37
HexFFAFA001F25096451
Octal37725724003745011144121
Binary1111111110101111101000000111111001010100111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAFA0; }

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

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

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

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

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

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

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

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