Shades of Rose Bud #FCABA0
Tints of Rose Bud #FCABA0
RGB
CMYK
RGB Variations
Color information
#FCABA0 (or 0xFCABA0) is known color: Rose Bud. HEX triplet: FC, AB and A0. RGB value is (252,171,160). Sum of RGB (Red+Green+Blue) = 252+171+160=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 171 (67.19% from 255 or 29.33% from 583); Blue value is 160 (62.89% from 255 or 27.44% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCABA0 is #03545F. Grayscale: #C2C2C2. Windows color (decimal): -218208 or 10529788. OLE color: 10529788.
HSL color Cylindrical-coordinate representation of color #FCABA0: hue angle of 7.17º degrees, saturation: 0.94, 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 #FCABA0 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 160 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.01 |
| HSL | 7.17º | 0.94% | 0.81% | - |
| HSV(B) | 7.17º | 0.37% | 0.99% | - |
| XYZ | 61.05 | 52.36 | 40.15 | - |
| YUV | 193.97 | 108.84 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 160 | 0 | 0.32 | 0.37 | 0.01 | 7.17 | 0.94 | 0.81 |
| Hex | FC | AB | A0 | 0 | 20 | 25 | 1 | 7 | 5E | 51 |
| Octal | 374 | 253 | 240 | 0 | 40 | 45 | 1 | 7 | 136 | 121 |
| Binary | 11111100 | 10101011 | 10100000 | 0 | 100000 | 100101 | 1 | 111 | 1011110 | 1010001 |
Color Harmonies of #FCABA0
Complementary color
Monochromatic Colors of #FCABA0
Black with #FCABA0
Text Example
Text Example
White with #FCABA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCABA0; }
p { color: rgb(252,171,160); }
H1.HeaderClassName
{
color: #FCABA0;
}
.AnyTagClassName
{
color: #FCABA0;
}
</style>
background-color css
<style>
a { background-color: #FCABA0; }
a { background-color: rgb(252,171,160); }
div.DivClassName
{
background-color: #FCABA0;
}
.BgClassName
{
background-color: #FCABA0;
}
</style>
border-color css
<style>
span { border-color: #FCABA0; }
span { border-color: rgb(252,171,160); }
td.TdClassName
{
border-color: #FCABA0;
}
.TagClassName
{
border-color: #FCABA0;
}
</style>