Shades of Rose Bud #FDB1A0
Tints of Rose Bud #FDB1A0
RGB
CMYK
RGB Variations
Color information
#FDB1A0 (or 0xFDB1A0) is known color: Rose Bud. HEX triplet: FD, B1 and A0. RGB value is (253,177,160). Sum of RGB (Red+Green+Blue) = 253+177+160=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 177 (69.53% from 255 or 30% from 590); Blue value is 160 (62.89% from 255 or 27.12% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB1A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB1A0 is #024E5F. Grayscale: #C5C5C5. Windows color (decimal): -151136 or 10531325. OLE color: 10531325.
HSL color Cylindrical-coordinate representation of color #FDB1A0: hue angle of 10.97º 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 #FDB1A0 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 177 | 160 | - |
CMYK | 0 | 0.30 | 0.37 | 0.01 |
HSL | 10.97º | 0.96% | 0.81% | - |
HSV(B) | 10.97º | 0.37% | 0.99% | - |
XYZ | 62.58 | 54.87 | 40.55 | - |
YUV | 197.79 | 106.68 | 167.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 177 | 160 | 0 | 0.30 | 0.37 | 0.01 | 10.97 | 0.96 | 0.81 |
Hex | FD | B1 | A0 | 0 | 1E | 25 | 1 | B | 60 | 51 |
Octal | 375 | 261 | 240 | 0 | 36 | 45 | 1 | 13 | 140 | 121 |
Binary | 11111101 | 10110001 | 10100000 | 0 | 11110 | 100101 | 1 | 1011 | 1100000 | 1010001 |
Color Harmonies of #FDB1A0
Complementary color
Monochromatic Colors of #FDB1A0
Black with #FDB1A0
Text Example
Text Example
White with #FDB1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB1A0; }
p { color: rgb(253,177,160); }
H1.HeaderClassName
{
color: #FDB1A0;
}
.AnyTagClassName
{
color: #FDB1A0;
}
</style>
background-color css
<style>
a { background-color: #FDB1A0; }
a { background-color: rgb(253,177,160); }
div.DivClassName
{
background-color: #FDB1A0;
}
.BgClassName
{
background-color: #FDB1A0;
}
</style>
border-color css
<style>
span { border-color: #FDB1A0; }
span { border-color: rgb(253,177,160); }
td.TdClassName
{
border-color: #FDB1A0;
}
.TagClassName
{
border-color: #FDB1A0;
}
</style>