Shades of Rose Bud #FDAB9C
Tints of Rose Bud #FDAB9C
RGB
CMYK
RGB Variations
Color information
#FDAB9C (or 0xFDAB9C) is known color: Rose Bud. HEX triplet: FD, AB and 9C. RGB value is (253,171,156). Sum of RGB (Red+Green+Blue) = 253+171+156=580 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.62% from 580); Green value is 171 (67.19% from 255 or 29.48% from 580); Blue value is 156 (61.33% from 255 or 26.90% from 580); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAB9C is #025463. Grayscale: #C1C1C1. Windows color (decimal): -152676 or 10267645. OLE color: 10267645.
HSL color Cylindrical-coordinate representation of color #FDAB9C: hue angle of 9.28º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FDAB9C is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 156 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.01 |
| HSL | 9.28º | 0.96% | 0.8% | - |
| HSV(B) | 9.28º | 0.38% | 0.99% | - |
| XYZ | 61.07 | 52.41 | 38.35 | - |
| YUV | 193.81 | 106.67 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 156 | 0 | 0.32 | 0.38 | 0.01 | 9.28 | 0.96 | 0.8 |
| Hex | FD | AB | 9C | 0 | 20 | 26 | 1 | 9 | 60 | 50 |
| Octal | 375 | 253 | 234 | 0 | 40 | 46 | 1 | 11 | 140 | 120 |
| Binary | 11111101 | 10101011 | 10011100 | 0 | 100000 | 100110 | 1 | 1001 | 1100000 | 1010000 |
Color Harmonies of #FDAB9C
Complementary color
Monochromatic Colors of #FDAB9C
Black with #FDAB9C
Text Example
Text Example
White with #FDAB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAB9C; }
p { color: rgb(253,171,156); }
H1.HeaderClassName
{
color: #FDAB9C;
}
.AnyTagClassName
{
color: #FDAB9C;
}
</style>
background-color css
<style>
a { background-color: #FDAB9C; }
a { background-color: rgb(253,171,156); }
div.DivClassName
{
background-color: #FDAB9C;
}
.BgClassName
{
background-color: #FDAB9C;
}
</style>
border-color css
<style>
span { border-color: #FDAB9C; }
span { border-color: rgb(253,171,156); }
td.TdClassName
{
border-color: #FDAB9C;
}
.TagClassName
{
border-color: #FDAB9C;
}
</style>