Shades of Rose Bud #FDAB9A
Tints of Rose Bud #FDAB9A
RGB
CMYK
RGB Variations
Color information
#FDAB9A (or 0xFDAB9A) is known color: Rose Bud. HEX triplet: FD, AB and 9A. RGB value is (253,171,154). Sum of RGB (Red+Green+Blue) = 253+171+154=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 171 (67.19% from 255 or 29.58% from 578); Blue value is 154 (60.55% from 255 or 26.64% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAB9A is #025465. Grayscale: #C1C1C1. Windows color (decimal): -152678 or 10136573. OLE color: 10136573.
HSL color Cylindrical-coordinate representation of color #FDAB9A: hue angle of 10.3º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FDAB9A is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 154 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.01 |
| HSL | 10.3º | 0.96% | 0.8% | - |
| HSV(B) | 10.3º | 0.39% | 0.99% | - |
| XYZ | 60.9 | 52.34 | 37.46 | - |
| YUV | 193.58 | 105.67 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 154 | 0 | 0.32 | 0.39 | 0.01 | 10.3 | 0.96 | 0.8 |
| Hex | FD | AB | 9A | 0 | 20 | 27 | 1 | A | 60 | 50 |
| Octal | 375 | 253 | 232 | 0 | 40 | 47 | 1 | 12 | 140 | 120 |
| Binary | 11111101 | 10101011 | 10011010 | 0 | 100000 | 100111 | 1 | 1010 | 1100000 | 1010000 |
Color Harmonies of #FDAB9A
Complementary color
Monochromatic Colors of #FDAB9A
Black with #FDAB9A
Text Example
Text Example
White with #FDAB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAB9A; }
p { color: rgb(253,171,154); }
H1.HeaderClassName
{
color: #FDAB9A;
}
.AnyTagClassName
{
color: #FDAB9A;
}
</style>
background-color css
<style>
a { background-color: #FDAB9A; }
a { background-color: rgb(253,171,154); }
div.DivClassName
{
background-color: #FDAB9A;
}
.BgClassName
{
background-color: #FDAB9A;
}
</style>
border-color css
<style>
span { border-color: #FDAB9A; }
span { border-color: rgb(253,171,154); }
td.TdClassName
{
border-color: #FDAB9A;
}
.TagClassName
{
border-color: #FDAB9A;
}
</style>