Shades of Carnation Pink #FCACCC
Tints of Carnation Pink #FCACCC
RGB
CMYK
RGB Variations
Color information
#FCACCC (or 0xFCACCC) is known color: Carnation Pink. HEX triplet: FC, AC and CC. RGB value is (252,172,204). Sum of RGB (Red+Green+Blue) = 252+172+204=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 172 (67.58% from 255 or 27.39% from 628); Blue value is 204 (80.08% from 255 or 32.48% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACCC is #035333. Grayscale: #C7C7C7. Windows color (decimal): -217908 or 13413628. OLE color: 13413628.
HSL color Cylindrical-coordinate representation of color #FCACCC: hue angle of 336º 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 #FCACCC is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 204 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.01 |
| HSL | 336º | 0.93% | 0.83% | - |
| HSV(B) | 336º | 0.32% | 0.99% | - |
| XYZ | 65.8 | 54.56 | 64.19 | - |
| YUV | 199.57 | 130.5 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 204 | 0 | 0.32 | 0.19 | 0.01 | 336 | 0.93 | 0.83 |
| Hex | FC | AC | CC | 0 | 20 | 13 | 1 | 150 | 5D | 53 |
| Octal | 374 | 254 | 314 | 0 | 40 | 23 | 1 | 520 | 135 | 123 |
| Binary | 11111100 | 10101100 | 11001100 | 0 | 100000 | 10011 | 1 | 101010000 | 1011101 | 1010011 |
Color Harmonies of #FCACCC
Complementary color
Monochromatic Colors of #FCACCC
Black with #FCACCC
Text Example
Text Example
White with #FCACCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCACCC; }
p { color: rgb(252,172,204); }
H1.HeaderClassName
{
color: #FCACCC;
}
.AnyTagClassName
{
color: #FCACCC;
}
</style>
background-color css
<style>
a { background-color: #FCACCC; }
a { background-color: rgb(252,172,204); }
div.DivClassName
{
background-color: #FCACCC;
}
.BgClassName
{
background-color: #FCACCC;
}
</style>
border-color css
<style>
span { border-color: #FCACCC; }
span { border-color: rgb(252,172,204); }
td.TdClassName
{
border-color: #FCACCC;
}
.TagClassName
{
border-color: #FCACCC;
}
</style>