Shades of Carnation Pink #FCAECC
Tints of Carnation Pink #FCAECC
RGB
CMYK
RGB Variations
Color information
#FCAECC (or 0xFCAECC) is known color: Carnation Pink. HEX triplet: FC, AE and CC. RGB value is (252,174,204). Sum of RGB (Red+Green+Blue) = 252+174+204=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 174 (68.36% from 255 or 27.62% from 630); Blue value is 204 (80.08% from 255 or 32.38% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAECC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAECC is #035133. Grayscale: #C8C8C8. Windows color (decimal): -217396 or 13414140. OLE color: 13414140.
HSL color Cylindrical-coordinate representation of color #FCAECC: hue angle of 336.92º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCAECC is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 174 | 204 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.01 |
| HSL | 336.92º | 0.93% | 0.84% | - |
| HSV(B) | 336.92º | 0.31% | 0.99% | - |
| XYZ | 66.18 | 55.33 | 64.32 | - |
| YUV | 200.74 | 129.84 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 174 | 204 | 0 | 0.31 | 0.19 | 0.01 | 336.92 | 0.93 | 0.84 |
| Hex | FC | AE | CC | 0 | 1F | 13 | 1 | 151 | 5D | 54 |
| Octal | 374 | 256 | 314 | 0 | 37 | 23 | 1 | 521 | 135 | 124 |
| Binary | 11111100 | 10101110 | 11001100 | 0 | 11111 | 10011 | 1 | 101010001 | 1011101 | 1010100 |
Color Harmonies of #FCAECC
Complementary color
Monochromatic Colors of #FCAECC
Black with #FCAECC
Text Example
Text Example
White with #FCAECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAECC; }
p { color: rgb(252,174,204); }
H1.HeaderClassName
{
color: #FCAECC;
}
.AnyTagClassName
{
color: #FCAECC;
}
</style>
background-color css
<style>
a { background-color: #FCAECC; }
a { background-color: rgb(252,174,204); }
div.DivClassName
{
background-color: #FCAECC;
}
.BgClassName
{
background-color: #FCAECC;
}
</style>
border-color css
<style>
span { border-color: #FCAECC; }
span { border-color: rgb(252,174,204); }
td.TdClassName
{
border-color: #FCAECC;
}
.TagClassName
{
border-color: #FCAECC;
}
</style>