Shades of Rose Bud #FCA19A
Tints of Rose Bud #FCA19A
RGB
CMYK
RGB Variations
Color information
#FCA19A (or 0xFCA19A) is known color: Rose Bud. HEX triplet: FC, A1 and 9A. RGB value is (252,161,154). Sum of RGB (Red+Green+Blue) = 252+161+154=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 161 (63.28% from 255 or 28.40% from 567); Blue value is 154 (60.55% from 255 or 27.16% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA19A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA19A is #035E65. Grayscale: #BBBBBB. Windows color (decimal): -220774 or 10134012. OLE color: 10134012.
HSL color Cylindrical-coordinate representation of color #FCA19A: hue angle of 4.29º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FCA19A is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 161 | 154 | - |
CMYK | 0 | 0.36 | 0.39 | 0.01 |
HSL | 4.29º | 0.94% | 0.8% | - |
HSV(B) | 4.29º | 0.39% | 0.99% | - |
XYZ | 58.72 | 48.52 | 36.84 | - |
YUV | 187.41 | 109.15 | 174.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 161 | 154 | 0 | 0.36 | 0.39 | 0.01 | 4.29 | 0.94 | 0.8 |
Hex | FC | A1 | 9A | 0 | 24 | 27 | 1 | 4 | 5E | 50 |
Octal | 374 | 241 | 232 | 0 | 44 | 47 | 1 | 4 | 136 | 120 |
Binary | 11111100 | 10100001 | 10011010 | 0 | 100100 | 100111 | 1 | 100 | 1011110 | 1010000 |
Color Harmonies of #FCA19A
Complementary color
Monochromatic Colors of #FCA19A
Black with #FCA19A
Text Example
Text Example
White with #FCA19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA19A; }
p { color: rgb(252,161,154); }
H1.HeaderClassName
{
color: #FCA19A;
}
.AnyTagClassName
{
color: #FCA19A;
}
</style>
background-color css
<style>
a { background-color: #FCA19A; }
a { background-color: rgb(252,161,154); }
div.DivClassName
{
background-color: #FCA19A;
}
.BgClassName
{
background-color: #FCA19A;
}
</style>
border-color css
<style>
span { border-color: #FCA19A; }
span { border-color: rgb(252,161,154); }
td.TdClassName
{
border-color: #FCA19A;
}
.TagClassName
{
border-color: #FCA19A;
}
</style>