Shades of Rose Bud #FDABA0
Tints of Rose Bud #FDABA0
RGB
CMYK
RGB Variations
Color information
#FDABA0 (or 0xFDABA0) is known color: Rose Bud. HEX triplet: FD, AB and A0. RGB value is (253,171,160). Sum of RGB (Red+Green+Blue) = 253+171+160=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 171 (67.19% from 255 or 29.28% from 584); Blue value is 160 (62.89% from 255 or 27.40% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FDABA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDABA0 is #02545F. Grayscale: #C2C2C2. Windows color (decimal): -152672 or 10529789. OLE color: 10529789.
HSL color Cylindrical-coordinate representation of color #FDABA0: hue angle of 7.1º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FDABA0 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 160 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.01 |
| HSL | 7.1º | 0.96% | 0.81% | - |
| HSV(B) | 7.1º | 0.37% | 0.99% | - |
| XYZ | 61.42 | 52.55 | 40.16 | - |
| YUV | 194.26 | 108.67 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 160 | 0 | 0.32 | 0.37 | 0.01 | 7.1 | 0.96 | 0.81 |
| Hex | FD | AB | A0 | 0 | 20 | 25 | 1 | 7 | 60 | 51 |
| Octal | 375 | 253 | 240 | 0 | 40 | 45 | 1 | 7 | 140 | 121 |
| Binary | 11111101 | 10101011 | 10100000 | 0 | 100000 | 100101 | 1 | 111 | 1100000 | 1010001 |
Color Harmonies of #FDABA0
Complementary color
Monochromatic Colors of #FDABA0
Black with #FDABA0
Text Example
Text Example
White with #FDABA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDABA0; }
p { color: rgb(253,171,160); }
H1.HeaderClassName
{
color: #FDABA0;
}
.AnyTagClassName
{
color: #FDABA0;
}
</style>
background-color css
<style>
a { background-color: #FDABA0; }
a { background-color: rgb(253,171,160); }
div.DivClassName
{
background-color: #FDABA0;
}
.BgClassName
{
background-color: #FDABA0;
}
</style>
border-color css
<style>
span { border-color: #FDABA0; }
span { border-color: rgb(253,171,160); }
td.TdClassName
{
border-color: #FDABA0;
}
.TagClassName
{
border-color: #FDABA0;
}
</style>