#FFAF97

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

Shades of Rose Bud #FFAF97

Tints of Rose Bud #FFAF97

Color information

#FFAF97 (or 0xFFAF97) is unknown color: approx Rose Bud. HEX triplet: FF, AF and 97. RGB value is (255,175,151). Sum of RGB (Red+Green+Blue) = 255+175+151=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 151 (59.38% from 255 or 25.99% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAF97 is #005068. Grayscale: #C4C4C4. Windows color (decimal): -20585 or 9940991. OLE color: 9940991.

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

Color convert

RGB255175151-
CMYK00.310.410
HSL13.85º100%79.61%-
HSV(B)13.85º40.78%100%-
XYZ62.1654.1536.46-
YUV196.18102.5169.95-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.89%
GREEN value IS 175 (68.75% from 255) = 30.12%
BLUE value IS 151 (59.38% from 255) = 25.99%
R=43.89%
G=30.12%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517515100.310.41013.8510079.61
HexFFAF9701F290e6450
Octal37725722703751016144120
Binary1111111110101111100101110111111010010111011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAF97; }

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

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

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

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

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

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

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

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