Shades of Rose Bud #FFADA2
Tints of Rose Bud #FFADA2
RGB
CMYK
RGB Variations
Color information
#FFADA2 (or 0xFFADA2) is known color: Rose Bud. HEX triplet: FF, AD and A2. RGB value is (255,173,162). Sum of RGB (Red+Green+Blue) = 255+173+162=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 162 (63.67% from 255 or 27.46% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFADA2 is #00525D. Grayscale: #C4C4C4. Windows color (decimal): -21086 or 10661375. OLE color: 10661375.
HSL color Cylindrical-coordinate representation of color #FFADA2: hue angle of 7.1º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFADA2 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 162 | - |
| CMYK | 0 | 0.32 | 0.36 | 0 |
| HSL | 7.1º | 1% | 0.82% | - |
| HSV(B) | 7.1º | 0.36% | 1% | - |
| XYZ | 62.71 | 53.76 | 41.25 | - |
| YUV | 196.26 | 108.67 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 162 | 0 | 0.32 | 0.36 | 0 | 7.1 | 1 | 0.82 |
| Hex | FF | AD | A2 | 0 | 20 | 24 | 0 | 7 | 64 | 52 |
| Octal | 377 | 255 | 242 | 0 | 40 | 44 | 0 | 7 | 144 | 122 |
| Binary | 11111111 | 10101101 | 10100010 | 0 | 100000 | 100100 | 0 | 111 | 1100100 | 1010010 |
Color Harmonies of #FFADA2
Complementary color
Monochromatic Colors of #FFADA2
Black with #FFADA2
Text Example
Text Example
White with #FFADA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFADA2; }
p { color: rgb(255,173,162); }
H1.HeaderClassName
{
color: #FFADA2;
}
.AnyTagClassName
{
color: #FFADA2;
}
</style>
background-color css
<style>
a { background-color: #FFADA2; }
a { background-color: rgb(255,173,162); }
div.DivClassName
{
background-color: #FFADA2;
}
.BgClassName
{
background-color: #FFADA2;
}
</style>
border-color css
<style>
span { border-color: #FFADA2; }
span { border-color: rgb(255,173,162); }
td.TdClassName
{
border-color: #FFADA2;
}
.TagClassName
{
border-color: #FFADA2;
}
</style>