Shades of Rose Bud #FFAF90
Tints of Rose Bud #FFAF90
RGB
CMYK
RGB Variations
Color information
#FFAF90 (or 0xFFAF90) is known color: Rose Bud. HEX triplet: FF, AF and 90. RGB value is (255,175,144). Sum of RGB (Red+Green+Blue) = 255+175+144=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 144 (56.64% from 255 or 25.09% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAF90 is #00506F. Grayscale: #C3C3C3. Windows color (decimal): -20592 or 9482239. OLE color: 9482239.
HSL color Cylindrical-coordinate representation of color #FFAF90: hue angle of 16.76º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFAF90 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 144 | - |
| CMYK | 0 | 0.31 | 0.44 | 0 |
| HSL | 16.76º | 1% | 0.78% | - |
| HSV(B) | 16.76º | 0.44% | 1% | - |
| XYZ | 61.6 | 53.93 | 33.55 | - |
| YUV | 195.39 | 99 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 144 | 0 | 0.31 | 0.44 | 0 | 16.76 | 1 | 0.78 |
| Hex | FF | AF | 90 | 0 | 1F | 2C | 0 | 11 | 64 | 4E |
| Octal | 377 | 257 | 220 | 0 | 37 | 54 | 0 | 21 | 144 | 116 |
| Binary | 11111111 | 10101111 | 10010000 | 0 | 11111 | 101100 | 0 | 10001 | 1100100 | 1001110 |
Color Harmonies of #FFAF90
Complementary color
Monochromatic Colors of #FFAF90
Black with #FFAF90
Text Example
Text Example
White with #FFAF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF90; }
p { color: rgb(255,175,144); }
H1.HeaderClassName
{
color: #FFAF90;
}
.AnyTagClassName
{
color: #FFAF90;
}
</style>
background-color css
<style>
a { background-color: #FFAF90; }
a { background-color: rgb(255,175,144); }
div.DivClassName
{
background-color: #FFAF90;
}
.BgClassName
{
background-color: #FFAF90;
}
</style>
border-color css
<style>
span { border-color: #FFAF90; }
span { border-color: rgb(255,175,144); }
td.TdClassName
{
border-color: #FFAF90;
}
.TagClassName
{
border-color: #FFAF90;
}
</style>