Shades of Rose Bud #FCAFA0
Tints of Rose Bud #FCAFA0
RGB
CMYK
RGB Variations
Color information
#FCAFA0 (or 0xFCAFA0) is known color: Rose Bud. HEX triplet: FC, AF and A0. RGB value is (252,175,160). Sum of RGB (Red+Green+Blue) = 252+175+160=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 160 (62.89% from 255 or 27.26% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAFA0 is #03505F. Grayscale: #C4C4C4. Windows color (decimal): -217184 or 10530812. OLE color: 10530812.
HSL color Cylindrical-coordinate representation of color #FCAFA0: hue angle of 9.78º 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 #FCAFA0 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 175 | 160 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.01 |
| HSL | 9.78º | 0.94% | 0.81% | - |
| HSV(B) | 9.78º | 0.37% | 0.99% | - |
| XYZ | 61.82 | 53.89 | 40.4 | - |
| YUV | 196.31 | 107.51 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 175 | 160 | 0 | 0.31 | 0.37 | 0.01 | 9.78 | 0.94 | 0.81 |
| Hex | FC | AF | A0 | 0 | 1F | 25 | 1 | A | 5E | 51 |
| Octal | 374 | 257 | 240 | 0 | 37 | 45 | 1 | 12 | 136 | 121 |
| Binary | 11111100 | 10101111 | 10100000 | 0 | 11111 | 100101 | 1 | 1010 | 1011110 | 1010001 |
Color Harmonies of #FCAFA0
Complementary color
Monochromatic Colors of #FCAFA0
Black with #FCAFA0
Text Example
Text Example
White with #FCAFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAFA0; }
p { color: rgb(252,175,160); }
H1.HeaderClassName
{
color: #FCAFA0;
}
.AnyTagClassName
{
color: #FCAFA0;
}
</style>
background-color css
<style>
a { background-color: #FCAFA0; }
a { background-color: rgb(252,175,160); }
div.DivClassName
{
background-color: #FCAFA0;
}
.BgClassName
{
background-color: #FCAFA0;
}
</style>
border-color css
<style>
span { border-color: #FCAFA0; }
span { border-color: rgb(252,175,160); }
td.TdClassName
{
border-color: #FCAFA0;
}
.TagClassName
{
border-color: #FCAFA0;
}
</style>