Shades of Carnation Pink #FCACC8
Tints of Carnation Pink #FCACC8
RGB
CMYK
RGB Variations
Color information
#FCACC8 (or 0xFCACC8) is known color: Carnation Pink. HEX triplet: FC, AC and C8. RGB value is (252,172,200). Sum of RGB (Red+Green+Blue) = 252+172+200=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 172 (67.58% from 255 or 27.56% from 624); Blue value is 200 (78.52% from 255 or 32.05% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACC8 is #035337. Grayscale: #C7C7C7. Windows color (decimal): -217912 or 13151484. OLE color: 13151484.
HSL color Cylindrical-coordinate representation of color #FCACC8: hue angle of 339º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FCACC8 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 200 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.01 |
| HSL | 339º | 0.93% | 0.83% | - |
| HSV(B) | 339º | 0.32% | 0.99% | - |
| XYZ | 65.32 | 54.37 | 61.7 | - |
| YUV | 199.11 | 128.5 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 200 | 0 | 0.32 | 0.21 | 0.01 | 339 | 0.93 | 0.83 |
| Hex | FC | AC | C8 | 0 | 20 | 15 | 1 | 153 | 5D | 53 |
| Octal | 374 | 254 | 310 | 0 | 40 | 25 | 1 | 523 | 135 | 123 |
| Binary | 11111100 | 10101100 | 11001000 | 0 | 100000 | 10101 | 1 | 101010011 | 1011101 | 1010011 |
Color Harmonies of #FCACC8
Complementary color
Monochromatic Colors of #FCACC8
Black with #FCACC8
Text Example
Text Example
White with #FCACC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCACC8; }
p { color: rgb(252,172,200); }
H1.HeaderClassName
{
color: #FCACC8;
}
.AnyTagClassName
{
color: #FCACC8;
}
</style>
background-color css
<style>
a { background-color: #FCACC8; }
a { background-color: rgb(252,172,200); }
div.DivClassName
{
background-color: #FCACC8;
}
.BgClassName
{
background-color: #FCACC8;
}
</style>
border-color css
<style>
span { border-color: #FCACC8; }
span { border-color: rgb(252,172,200); }
td.TdClassName
{
border-color: #FCACC8;
}
.TagClassName
{
border-color: #FCACC8;
}
</style>