Shades of Rose Bud #FCA68F
Tints of Rose Bud #FCA68F
RGB
CMYK
RGB Variations
Color information
#FCA68F (or 0xFCA68F) is known color: Rose Bud. HEX triplet: FC, A6 and 8F. RGB value is (252,166,143). Sum of RGB (Red+Green+Blue) = 252+166+143=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 166 (65.23% from 255 or 29.59% from 561); Blue value is 143 (56.25% from 255 or 25.49% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA68F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA68F is #035970. Grayscale: #BDBDBD. Windows color (decimal): -219505 or 9414396. OLE color: 9414396.
HSL color Cylindrical-coordinate representation of color #FCA68F: hue angle of 12.66º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FCA68F is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 166 | 143 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.01 |
| HSL | 12.66º | 0.95% | 0.77% | - |
| HSV(B) | 12.66º | 0.43% | 0.99% | - |
| XYZ | 58.74 | 49.95 | 32.53 | - |
| YUV | 189.09 | 101.99 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 166 | 143 | 0 | 0.34 | 0.43 | 0.01 | 12.66 | 0.95 | 0.77 |
| Hex | FC | A6 | 8F | 0 | 22 | 2B | 1 | D | 5F | 4D |
| Octal | 374 | 246 | 217 | 0 | 42 | 53 | 1 | 15 | 137 | 115 |
| Binary | 11111100 | 10100110 | 10001111 | 0 | 100010 | 101011 | 1 | 1101 | 1011111 | 1001101 |
Color Harmonies of #FCA68F
Complementary color
Monochromatic Colors of #FCA68F
Black with #FCA68F
Text Example
Text Example
White with #FCA68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA68F; }
p { color: rgb(252,166,143); }
H1.HeaderClassName
{
color: #FCA68F;
}
.AnyTagClassName
{
color: #FCA68F;
}
</style>
background-color css
<style>
a { background-color: #FCA68F; }
a { background-color: rgb(252,166,143); }
div.DivClassName
{
background-color: #FCA68F;
}
.BgClassName
{
background-color: #FCA68F;
}
</style>
border-color css
<style>
span { border-color: #FCA68F; }
span { border-color: rgb(252,166,143); }
td.TdClassName
{
border-color: #FCA68F;
}
.TagClassName
{
border-color: #FCA68F;
}
</style>