Shades of Rose Bud #FFAF9C
Tints of Rose Bud #FFAF9C
RGB
CMYK
RGB Variations
Color information
#FFAF9C (or 0xFFAF9C) is known color: Rose Bud. HEX triplet: FF, AF and 9C. RGB value is (255,175,156). Sum of RGB (Red+Green+Blue) = 255+175+156=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 175 (68.75% from 255 or 29.86% from 586); Blue value is 156 (61.33% from 255 or 26.62% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAF9C is #005063. Grayscale: #C4C4C4. Windows color (decimal): -20580 or 10268671. OLE color: 10268671.
HSL color Cylindrical-coordinate representation of color #FFAF9C: hue angle of 11.52º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFAF9C is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 156 | - |
| CMYK | 0 | 0.31 | 0.39 | 0 |
| HSL | 11.52º | 1% | 0.81% | - |
| HSV(B) | 11.52º | 0.39% | 1% | - |
| XYZ | 62.57 | 54.32 | 38.64 | - |
| YUV | 196.75 | 105 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 156 | 0 | 0.31 | 0.39 | 0 | 11.52 | 1 | 0.81 |
| Hex | FF | AF | 9C | 0 | 1F | 27 | 0 | C | 64 | 51 |
| Octal | 377 | 257 | 234 | 0 | 37 | 47 | 0 | 14 | 144 | 121 |
| Binary | 11111111 | 10101111 | 10011100 | 0 | 11111 | 100111 | 0 | 1100 | 1100100 | 1010001 |
Color Harmonies of #FFAF9C
Complementary color
Monochromatic Colors of #FFAF9C
Black with #FFAF9C
Text Example
Text Example
White with #FFAF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF9C; }
p { color: rgb(255,175,156); }
H1.HeaderClassName
{
color: #FFAF9C;
}
.AnyTagClassName
{
color: #FFAF9C;
}
</style>
background-color css
<style>
a { background-color: #FFAF9C; }
a { background-color: rgb(255,175,156); }
div.DivClassName
{
background-color: #FFAF9C;
}
.BgClassName
{
background-color: #FFAF9C;
}
</style>
border-color css
<style>
span { border-color: #FFAF9C; }
span { border-color: rgb(255,175,156); }
td.TdClassName
{
border-color: #FFAF9C;
}
.TagClassName
{
border-color: #FFAF9C;
}
</style>