Shades of Rose Bud #FCAFA1
Tints of Rose Bud #FCAFA1
RGB
CMYK
RGB Variations
Color information
#FCAFA1 (or 0xFCAFA1) is known color: Rose Bud. HEX triplet: FC, AF and A1. RGB value is (252,175,161). Sum of RGB (Red+Green+Blue) = 252+175+161=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 175 (68.75% from 255 or 29.76% from 588); Blue value is 161 (63.28% from 255 or 27.38% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAFA1 is #03505E. Grayscale: #C4C4C4. Windows color (decimal): -217183 or 10596348. OLE color: 10596348.
HSL color Cylindrical-coordinate representation of color #FCAFA1: hue angle of 9.23º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FCAFA1 is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 175 | 161 | - |
| CMYK | 0 | 0.31 | 0.36 | 0.01 |
| HSL | 9.23º | 0.94% | 0.81% | - |
| HSV(B) | 9.23º | 0.36% | 0.99% | - |
| XYZ | 61.91 | 53.93 | 40.86 | - |
| YUV | 196.43 | 108.01 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 175 | 161 | 0 | 0.31 | 0.36 | 0.01 | 9.23 | 0.94 | 0.81 |
| Hex | FC | AF | A1 | 0 | 1F | 24 | 1 | 9 | 5E | 51 |
| Octal | 374 | 257 | 241 | 0 | 37 | 44 | 1 | 11 | 136 | 121 |
| Binary | 11111100 | 10101111 | 10100001 | 0 | 11111 | 100100 | 1 | 1001 | 1011110 | 1010001 |
Color Harmonies of #FCAFA1
Complementary color
Monochromatic Colors of #FCAFA1
Black with #FCAFA1
Text Example
Text Example
White with #FCAFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAFA1; }
p { color: rgb(252,175,161); }
H1.HeaderClassName
{
color: #FCAFA1;
}
.AnyTagClassName
{
color: #FCAFA1;
}
</style>
background-color css
<style>
a { background-color: #FCAFA1; }
a { background-color: rgb(252,175,161); }
div.DivClassName
{
background-color: #FCAFA1;
}
.BgClassName
{
background-color: #FCAFA1;
}
</style>
border-color css
<style>
span { border-color: #FCAFA1; }
span { border-color: rgb(252,175,161); }
td.TdClassName
{
border-color: #FCAFA1;
}
.TagClassName
{
border-color: #FCAFA1;
}
</style>