Shades of Carnation Pink #FCADCC
Tints of Carnation Pink #FCADCC
RGB
CMYK
RGB Variations
Color information
#FCADCC (or 0xFCADCC) is known color: Carnation Pink. HEX triplet: FC, AD and CC. RGB value is (252,173,204). Sum of RGB (Red+Green+Blue) = 252+173+204=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 173 (67.97% from 255 or 27.50% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCADCC is #035233. Grayscale: #C8C8C8. Windows color (decimal): -217652 or 13413884. OLE color: 13413884.
HSL color Cylindrical-coordinate representation of color #FCADCC: hue angle of 336.46º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCADCC is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 173 | 204 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.01 |
| HSL | 336.46º | 0.93% | 0.83% | - |
| HSV(B) | 336.46º | 0.31% | 0.99% | - |
| XYZ | 65.99 | 54.94 | 64.25 | - |
| YUV | 200.16 | 130.17 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 173 | 204 | 0 | 0.31 | 0.19 | 0.01 | 336.46 | 0.93 | 0.83 |
| Hex | FC | AD | CC | 0 | 1F | 13 | 1 | 150 | 5D | 53 |
| Octal | 374 | 255 | 314 | 0 | 37 | 23 | 1 | 520 | 135 | 123 |
| Binary | 11111100 | 10101101 | 11001100 | 0 | 11111 | 10011 | 1 | 101010000 | 1011101 | 1010011 |
Color Harmonies of #FCADCC
Complementary color
Monochromatic Colors of #FCADCC
Black with #FCADCC
Text Example
Text Example
White with #FCADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCADCC; }
p { color: rgb(252,173,204); }
H1.HeaderClassName
{
color: #FCADCC;
}
.AnyTagClassName
{
color: #FCADCC;
}
</style>
background-color css
<style>
a { background-color: #FCADCC; }
a { background-color: rgb(252,173,204); }
div.DivClassName
{
background-color: #FCADCC;
}
.BgClassName
{
background-color: #FCADCC;
}
</style>
border-color css
<style>
span { border-color: #FCADCC; }
span { border-color: rgb(252,173,204); }
td.TdClassName
{
border-color: #FCADCC;
}
.TagClassName
{
border-color: #FCADCC;
}
</style>