Shades of Carnation Pink #FCADC9
Tints of Carnation Pink #FCADC9
RGB
CMYK
RGB Variations
Color information
#FCADC9 (or 0xFCADC9) is known color: Carnation Pink. HEX triplet: FC, AD and C9. RGB value is (252,173,201). Sum of RGB (Red+Green+Blue) = 252+173+201=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 173 (67.97% from 255 or 27.64% from 626); Blue value is 201 (78.91% from 255 or 32.11% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCADC9 is #035236. Grayscale: #C7C7C7. Windows color (decimal): -217655 or 13217276. OLE color: 13217276.
HSL color Cylindrical-coordinate representation of color #FCADC9: hue angle of 338.73º 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 #FCADC9 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 173 | 201 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.01 |
| HSL | 338.73º | 0.93% | 0.83% | - |
| HSV(B) | 338.73º | 0.31% | 0.99% | - |
| XYZ | 65.63 | 54.8 | 62.38 | - |
| YUV | 199.81 | 128.67 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 173 | 201 | 0 | 0.31 | 0.20 | 0.01 | 338.73 | 0.93 | 0.83 |
| Hex | FC | AD | C9 | 0 | 1F | 14 | 1 | 153 | 5D | 53 |
| Octal | 374 | 255 | 311 | 0 | 37 | 24 | 1 | 523 | 135 | 123 |
| Binary | 11111100 | 10101101 | 11001001 | 0 | 11111 | 10100 | 1 | 101010011 | 1011101 | 1010011 |
Color Harmonies of #FCADC9
Complementary color
Monochromatic Colors of #FCADC9
Black with #FCADC9
Text Example
Text Example
White with #FCADC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCADC9; }
p { color: rgb(252,173,201); }
H1.HeaderClassName
{
color: #FCADC9;
}
.AnyTagClassName
{
color: #FCADC9;
}
</style>
background-color css
<style>
a { background-color: #FCADC9; }
a { background-color: rgb(252,173,201); }
div.DivClassName
{
background-color: #FCADC9;
}
.BgClassName
{
background-color: #FCADC9;
}
</style>
border-color css
<style>
span { border-color: #FCADC9; }
span { border-color: rgb(252,173,201); }
td.TdClassName
{
border-color: #FCADC9;
}
.TagClassName
{
border-color: #FCADC9;
}
</style>