Shades of Rose Bud #FCAB8A
Tints of Rose Bud #FCAB8A
RGB
CMYK
RGB Variations
Color information
#FCAB8A (or 0xFCAB8A) is known color: Rose Bud. HEX triplet: FC, AB and 8A. RGB value is (252,171,138). Sum of RGB (Red+Green+Blue) = 252+171+138=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 138 (54.30% from 255 or 24.60% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAB8A is #035475. Grayscale: #BFBFBF. Windows color (decimal): -218230 or 9087996. OLE color: 9087996.
HSL color Cylindrical-coordinate representation of color #FCAB8A: hue angle of 17.37º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FCAB8A is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 138 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.01 |
| HSL | 17.37º | 0.95% | 0.76% | - |
| HSV(B) | 17.37º | 0.45% | 0.99% | - |
| XYZ | 59.3 | 51.66 | 30.89 | - |
| YUV | 191.46 | 97.84 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 138 | 0 | 0.32 | 0.45 | 0.01 | 17.37 | 0.95 | 0.76 |
| Hex | FC | AB | 8A | 0 | 20 | 2D | 1 | 11 | 5F | 4C |
| Octal | 374 | 253 | 212 | 0 | 40 | 55 | 1 | 21 | 137 | 114 |
| Binary | 11111100 | 10101011 | 10001010 | 0 | 100000 | 101101 | 1 | 10001 | 1011111 | 1001100 |
Color Harmonies of #FCAB8A
Complementary color
Monochromatic Colors of #FCAB8A
Black with #FCAB8A
Text Example
Text Example
White with #FCAB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAB8A; }
p { color: rgb(252,171,138); }
H1.HeaderClassName
{
color: #FCAB8A;
}
.AnyTagClassName
{
color: #FCAB8A;
}
</style>
background-color css
<style>
a { background-color: #FCAB8A; }
a { background-color: rgb(252,171,138); }
div.DivClassName
{
background-color: #FCAB8A;
}
.BgClassName
{
background-color: #FCAB8A;
}
</style>
border-color css
<style>
span { border-color: #FCAB8A; }
span { border-color: rgb(252,171,138); }
td.TdClassName
{
border-color: #FCAB8A;
}
.TagClassName
{
border-color: #FCAB8A;
}
</style>