#FFAFA1

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

Shades of Rose Bud #FFAFA1

Tints of Rose Bud #FFAFA1

Color information

#FFAFA1 (or 0xFFAFA1) is unknown color: approx Rose Bud. HEX triplet: FF, AF and A1. RGB value is (255,175,161). Sum of RGB (Red+Green+Blue) = 255+175+161=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 161 (63.28% from 255 or 27.24% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAFA1 is #00505E. Grayscale: #C5C5C5. Windows color (decimal): -20575 or 10596351. OLE color: 10596351.

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

Color convert

RGB255175161-
CMYK00.310.370
HSL8.94º100%81.57%-
HSV(B)8.94º36.86%100%-
XYZ6354.4940.92-
YUV197.32107.5169.14-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.15%
GREEN value IS 175 (68.75% from 255) = 29.61%
BLUE value IS 161 (63.28% from 255) = 27.24%
R=43.15%
G=29.61%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517516100.310.3708.9410081.57
HexFFAFA101F25096452
Octal37725724103745011144122
Binary1111111110101111101000010111111001010100111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAFA1; }

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

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

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

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

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

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

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

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