Shades of Rose Bud #FDABA1
Tints of Rose Bud #FDABA1
RGB
CMYK
RGB Variations
Color information
#FDABA1 (or 0xFDABA1) is known color: Rose Bud. HEX triplet: FD, AB and A1. RGB value is (253,171,161). Sum of RGB (Red+Green+Blue) = 253+171+161=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 171 (67.19% from 255 or 29.23% from 585); Blue value is 161 (63.28% from 255 or 27.52% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FDABA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDABA1 is #02545E. Grayscale: #C2C2C2. Windows color (decimal): -152671 or 10595325. OLE color: 10595325.
HSL color Cylindrical-coordinate representation of color #FDABA1: hue angle of 6.52º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDABA1 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 171 | 161 | - |
CMYK | 0 | 0.32 | 0.36 | 0.01 |
HSL | 6.52º | 0.96% | 0.81% | - |
HSV(B) | 6.52º | 0.36% | 0.99% | - |
XYZ | 61.5 | 52.58 | 40.63 | - |
YUV | 194.38 | 109.17 | 169.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 171 | 161 | 0 | 0.32 | 0.36 | 0.01 | 6.52 | 0.96 | 0.81 |
Hex | FD | AB | A1 | 0 | 20 | 24 | 1 | 7 | 60 | 51 |
Octal | 375 | 253 | 241 | 0 | 40 | 44 | 1 | 7 | 140 | 121 |
Binary | 11111101 | 10101011 | 10100001 | 0 | 100000 | 100100 | 1 | 111 | 1100000 | 1010001 |
Color Harmonies of #FDABA1
Complementary color
Monochromatic Colors of #FDABA1
Black with #FDABA1
Text Example
Text Example
White with #FDABA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDABA1; }
p { color: rgb(253,171,161); }
H1.HeaderClassName
{
color: #FDABA1;
}
.AnyTagClassName
{
color: #FDABA1;
}
</style>
background-color css
<style>
a { background-color: #FDABA1; }
a { background-color: rgb(253,171,161); }
div.DivClassName
{
background-color: #FDABA1;
}
.BgClassName
{
background-color: #FDABA1;
}
</style>
border-color css
<style>
span { border-color: #FDABA1; }
span { border-color: rgb(253,171,161); }
td.TdClassName
{
border-color: #FDABA1;
}
.TagClassName
{
border-color: #FDABA1;
}
</style>