Shades of Rose Bud #FFAD90
Tints of Rose Bud #FFAD90
RGB
CMYK
RGB Variations
Color information
#FFAD90 (or 0xFFAD90) is known color: Rose Bud. HEX triplet: FF, AD and 90. RGB value is (255,173,144). Sum of RGB (Red+Green+Blue) = 255+173+144=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 144 (56.64% from 255 or 25.17% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAD90 is #00526F. Grayscale: #C2C2C2. Windows color (decimal): -21104 or 9481727. OLE color: 9481727.
HSL color Cylindrical-coordinate representation of color #FFAD90: hue angle of 15.68º 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 #FFAD90 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 144 | - |
| CMYK | 0 | 0.32 | 0.44 | 0 |
| HSL | 15.68º | 1% | 0.78% | - |
| HSV(B) | 15.68º | 0.44% | 1% | - |
| XYZ | 61.22 | 53.16 | 33.42 | - |
| YUV | 194.21 | 99.67 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 144 | 0 | 0.32 | 0.44 | 0 | 15.68 | 1 | 0.78 |
| Hex | FF | AD | 90 | 0 | 20 | 2C | 0 | 10 | 64 | 4E |
| Octal | 377 | 255 | 220 | 0 | 40 | 54 | 0 | 20 | 144 | 116 |
| Binary | 11111111 | 10101101 | 10010000 | 0 | 100000 | 101100 | 0 | 10000 | 1100100 | 1001110 |
Color Harmonies of #FFAD90
Complementary color
Monochromatic Colors of #FFAD90
Black with #FFAD90
Text Example
Text Example
White with #FFAD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD90; }
p { color: rgb(255,173,144); }
H1.HeaderClassName
{
color: #FFAD90;
}
.AnyTagClassName
{
color: #FFAD90;
}
</style>
background-color css
<style>
a { background-color: #FFAD90; }
a { background-color: rgb(255,173,144); }
div.DivClassName
{
background-color: #FFAD90;
}
.BgClassName
{
background-color: #FFAD90;
}
</style>
border-color css
<style>
span { border-color: #FFAD90; }
span { border-color: rgb(255,173,144); }
td.TdClassName
{
border-color: #FFAD90;
}
.TagClassName
{
border-color: #FFAD90;
}
</style>