Shades of Rose Bud #FCA68E
Tints of Rose Bud #FCA68E
RGB
CMYK
RGB Variations
Color information
#FCA68E (or 0xFCA68E) is known color: Rose Bud. HEX triplet: FC, A6 and 8E. RGB value is (252,166,142). Sum of RGB (Red+Green+Blue) = 252+166+142=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 166 (65.23% from 255 or 29.64% from 560); Blue value is 142 (55.86% from 255 or 25.36% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA68E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA68E is #035971. Grayscale: #BDBDBD. Windows color (decimal): -219506 or 9348860. OLE color: 9348860.
HSL color Cylindrical-coordinate representation of color #FCA68E: hue angle of 13.09º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FCA68E is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 166 | 142 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.01 |
| HSL | 13.09º | 0.95% | 0.77% | - |
| HSV(B) | 13.09º | 0.44% | 0.99% | - |
| XYZ | 58.66 | 49.92 | 32.13 | - |
| YUV | 188.98 | 101.49 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 166 | 142 | 0 | 0.34 | 0.44 | 0.01 | 13.09 | 0.95 | 0.77 |
| Hex | FC | A6 | 8E | 0 | 22 | 2C | 1 | D | 5F | 4D |
| Octal | 374 | 246 | 216 | 0 | 42 | 54 | 1 | 15 | 137 | 115 |
| Binary | 11111100 | 10100110 | 10001110 | 0 | 100010 | 101100 | 1 | 1101 | 1011111 | 1001101 |
Color Harmonies of #FCA68E
Complementary color
Monochromatic Colors of #FCA68E
Black with #FCA68E
Text Example
Text Example
White with #FCA68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA68E; }
p { color: rgb(252,166,142); }
H1.HeaderClassName
{
color: #FCA68E;
}
.AnyTagClassName
{
color: #FCA68E;
}
</style>
background-color css
<style>
a { background-color: #FCA68E; }
a { background-color: rgb(252,166,142); }
div.DivClassName
{
background-color: #FCA68E;
}
.BgClassName
{
background-color: #FCA68E;
}
</style>
border-color css
<style>
span { border-color: #FCA68E; }
span { border-color: rgb(252,166,142); }
td.TdClassName
{
border-color: #FCA68E;
}
.TagClassName
{
border-color: #FCA68E;
}
</style>