Shades of Rose Bud #FCAB93
Tints of Rose Bud #FCAB93
RGB
CMYK
RGB Variations
Color information
#FCAB93 (or 0xFCAB93) is known color: Rose Bud. HEX triplet: FC, AB and 93. RGB value is (252,171,147). Sum of RGB (Red+Green+Blue) = 252+171+147=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 147 (57.81% from 255 or 25.79% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAB93 is #03546C. Grayscale: #C0C0C0. Windows color (decimal): -218221 or 9677820. OLE color: 9677820.
HSL color Cylindrical-coordinate representation of color #FCAB93: hue angle of 13.71º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FCAB93 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 147 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.01 |
| HSL | 13.71º | 0.95% | 0.78% | - |
| HSV(B) | 13.71º | 0.42% | 0.99% | - |
| XYZ | 59.97 | 51.93 | 34.47 | - |
| YUV | 192.48 | 102.34 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 147 | 0 | 0.32 | 0.42 | 0.01 | 13.71 | 0.95 | 0.78 |
| Hex | FC | AB | 93 | 0 | 20 | 2A | 1 | E | 5F | 4E |
| Octal | 374 | 253 | 223 | 0 | 40 | 52 | 1 | 16 | 137 | 116 |
| Binary | 11111100 | 10101011 | 10010011 | 0 | 100000 | 101010 | 1 | 1110 | 1011111 | 1001110 |
Color Harmonies of #FCAB93
Complementary color
Monochromatic Colors of #FCAB93
Black with #FCAB93
Text Example
Text Example
White with #FCAB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAB93; }
p { color: rgb(252,171,147); }
H1.HeaderClassName
{
color: #FCAB93;
}
.AnyTagClassName
{
color: #FCAB93;
}
</style>
background-color css
<style>
a { background-color: #FCAB93; }
a { background-color: rgb(252,171,147); }
div.DivClassName
{
background-color: #FCAB93;
}
.BgClassName
{
background-color: #FCAB93;
}
</style>
border-color css
<style>
span { border-color: #FCAB93; }
span { border-color: rgb(252,171,147); }
td.TdClassName
{
border-color: #FCAB93;
}
.TagClassName
{
border-color: #FCAB93;
}
</style>