Shades of Rose Bud #FFAF94
Tints of Rose Bud #FFAF94
RGB
CMYK
RGB Variations
Color information
#FFAF94 (or 0xFFAF94) is known color: Rose Bud. HEX triplet: FF, AF and 94. RGB value is (255,175,148). Sum of RGB (Red+Green+Blue) = 255+175+148=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 175 (68.75% from 255 or 30.28% from 578); Blue value is 148 (58.20% from 255 or 25.61% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAF94 is #00506B. Grayscale: #C4C4C4. Windows color (decimal): -20588 or 9744383. OLE color: 9744383.
HSL color Cylindrical-coordinate representation of color #FFAF94: hue angle of 15.14º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFAF94 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 148 | - |
| CMYK | 0 | 0.31 | 0.42 | 0 |
| HSL | 15.14º | 1% | 0.79% | - |
| HSV(B) | 15.14º | 0.42% | 1% | - |
| XYZ | 61.92 | 54.06 | 35.19 | - |
| YUV | 195.84 | 101 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 148 | 0 | 0.31 | 0.42 | 0 | 15.14 | 1 | 0.79 |
| Hex | FF | AF | 94 | 0 | 1F | 2A | 0 | F | 64 | 4F |
| Octal | 377 | 257 | 224 | 0 | 37 | 52 | 0 | 17 | 144 | 117 |
| Binary | 11111111 | 10101111 | 10010100 | 0 | 11111 | 101010 | 0 | 1111 | 1100100 | 1001111 |
Color Harmonies of #FFAF94
Complementary color
Monochromatic Colors of #FFAF94
Black with #FFAF94
Text Example
Text Example
White with #FFAF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF94; }
p { color: rgb(255,175,148); }
H1.HeaderClassName
{
color: #FFAF94;
}
.AnyTagClassName
{
color: #FFAF94;
}
</style>
background-color css
<style>
a { background-color: #FFAF94; }
a { background-color: rgb(255,175,148); }
div.DivClassName
{
background-color: #FFAF94;
}
.BgClassName
{
background-color: #FFAF94;
}
</style>
border-color css
<style>
span { border-color: #FFAF94; }
span { border-color: rgb(255,175,148); }
td.TdClassName
{
border-color: #FFAF94;
}
.TagClassName
{
border-color: #FFAF94;
}
</style>