Shades of Rose Bud #FCAFA2
Tints of Rose Bud #FCAFA2
RGB
CMYK
RGB Variations
Color information
#FCAFA2 (or 0xFCAFA2) is known color: Rose Bud. HEX triplet: FC, AF and A2. RGB value is (252,175,162). Sum of RGB (Red+Green+Blue) = 252+175+162=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 162 (63.67% from 255 or 27.50% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAFA2 is #03505D. Grayscale: #C4C4C4. Windows color (decimal): -217182 or 10661884. OLE color: 10661884.
HSL color Cylindrical-coordinate representation of color #FCAFA2: hue angle of 8.67º 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 #FCAFA2 is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 175 | 162 | - |
| CMYK | 0 | 0.31 | 0.36 | 0.01 |
| HSL | 8.67º | 0.94% | 0.81% | - |
| HSV(B) | 8.67º | 0.36% | 0.99% | - |
| XYZ | 62 | 53.96 | 41.33 | - |
| YUV | 196.54 | 108.51 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 175 | 162 | 0 | 0.31 | 0.36 | 0.01 | 8.67 | 0.94 | 0.81 |
| Hex | FC | AF | A2 | 0 | 1F | 24 | 1 | 9 | 5E | 51 |
| Octal | 374 | 257 | 242 | 0 | 37 | 44 | 1 | 11 | 136 | 121 |
| Binary | 11111100 | 10101111 | 10100010 | 0 | 11111 | 100100 | 1 | 1001 | 1011110 | 1010001 |
Color Harmonies of #FCAFA2
Complementary color
Monochromatic Colors of #FCAFA2
Black with #FCAFA2
Text Example
Text Example
White with #FCAFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAFA2; }
p { color: rgb(252,175,162); }
H1.HeaderClassName
{
color: #FCAFA2;
}
.AnyTagClassName
{
color: #FCAFA2;
}
</style>
background-color css
<style>
a { background-color: #FCAFA2; }
a { background-color: rgb(252,175,162); }
div.DivClassName
{
background-color: #FCAFA2;
}
.BgClassName
{
background-color: #FCAFA2;
}
</style>
border-color css
<style>
span { border-color: #FCAFA2; }
span { border-color: rgb(252,175,162); }
td.TdClassName
{
border-color: #FCAFA2;
}
.TagClassName
{
border-color: #FCAFA2;
}
</style>