#FFAF8D

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

Shades of Rose Bud #FFAF8D

Tints of Rose Bud #FFAF8D

Color information

#FFAF8D (or 0xFFAF8D) is unknown color: approx Rose Bud. HEX triplet: FF, AF and 8D. RGB value is (255,175,141). Sum of RGB (Red+Green+Blue) = 255+175+141=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 141 (55.47% from 255 or 24.69% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAF8D is #005072. Grayscale: #C3C3C3. Windows color (decimal): -20595 or 9285631. OLE color: 9285631.

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

Color convert

RGB255175141-
CMYK00.310.450
HSL17.89º100%77.65%-
HSV(B)17.89º44.71%100%-
XYZ61.3853.8432.36-
YUV195.0497.5170.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.66%
GREEN value IS 175 (68.75% from 255) = 30.65%
BLUE value IS 141 (55.47% from 255) = 24.69%
R=44.66%
G=30.65%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517514100.310.45017.8910077.65
HexFFAF8D01F2D012644e
Octal37725721503755022144116
Binary11111111101011111000110101111110110101001011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAF8D; }

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

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

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

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

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

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

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

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