Shades of Carnation Pink #FCAECB
Tints of Carnation Pink #FCAECB
RGB
CMYK
RGB Variations
Color information
#FCAECB (or 0xFCAECB) is known color: Carnation Pink. HEX triplet: FC, AE and CB. RGB value is (252,174,203). Sum of RGB (Red+Green+Blue) = 252+174+203=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 174 (68.36% from 255 or 27.66% from 629); Blue value is 203 (79.69% from 255 or 32.27% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAECB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAECB is #035134. Grayscale: #C8C8C8. Windows color (decimal): -217397 or 13348604. OLE color: 13348604.
HSL color Cylindrical-coordinate representation of color #FCAECB: hue angle of 337.69º 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 #FCAECB is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 174 | 203 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.01 |
| HSL | 337.69º | 0.93% | 0.84% | - |
| HSV(B) | 337.69º | 0.31% | 0.99% | - |
| XYZ | 66.06 | 55.28 | 63.69 | - |
| YUV | 200.63 | 129.34 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 174 | 203 | 0 | 0.31 | 0.19 | 0.01 | 337.69 | 0.93 | 0.84 |
| Hex | FC | AE | CB | 0 | 1F | 13 | 1 | 152 | 5D | 54 |
| Octal | 374 | 256 | 313 | 0 | 37 | 23 | 1 | 522 | 135 | 124 |
| Binary | 11111100 | 10101110 | 11001011 | 0 | 11111 | 10011 | 1 | 101010010 | 1011101 | 1010100 |
Color Harmonies of #FCAECB
Complementary color
Monochromatic Colors of #FCAECB
Black with #FCAECB
Text Example
Text Example
White with #FCAECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAECB; }
p { color: rgb(252,174,203); }
H1.HeaderClassName
{
color: #FCAECB;
}
.AnyTagClassName
{
color: #FCAECB;
}
</style>
background-color css
<style>
a { background-color: #FCAECB; }
a { background-color: rgb(252,174,203); }
div.DivClassName
{
background-color: #FCAECB;
}
.BgClassName
{
background-color: #FCAECB;
}
</style>
border-color css
<style>
span { border-color: #FCAECB; }
span { border-color: rgb(252,174,203); }
td.TdClassName
{
border-color: #FCAECB;
}
.TagClassName
{
border-color: #FCAECB;
}
</style>