Shades of Carousel Pink #FCDCE1
Tints of Carousel Pink #FCDCE1
RGB
CMYK
RGB Variations
Color information
#FCDCE1 (or 0xFCDCE1) is known color: Carousel Pink. HEX triplet: FC, DC and E1. RGB value is (252,220,225). Sum of RGB (Red+Green+Blue) = 252+220+225=697 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.15% from 697); Green value is 220 (86.33% from 255 or 31.56% from 697); Blue value is 225 (88.28% from 255 or 32.28% from 697); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDCE1 is #03231E. Grayscale: #E6E6E6. Windows color (decimal): -205599 or 14802172. OLE color: 14802172.
HSL color Cylindrical-coordinate representation of color #FCDCE1: hue angle of 350.62º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCDCE1 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 225 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.01 |
| HSL | 350.63º | 0.84% | 0.93% | - |
| HSV(B) | 350.63º | 0.13% | 0.99% | - |
| XYZ | 79.33 | 77.32 | 81.98 | - |
| YUV | 230.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 225 | 0 | 0.13 | 0.11 | 0.01 | 350.63 | 0.84 | 0.93 |
| Hex | FC | DC | E1 | 0 | D | B | 1 | 15F | 54 | 5D |
| Octal | 374 | 334 | 341 | 0 | 15 | 13 | 1 | 537 | 124 | 135 |
| Binary | 11111100 | 11011100 | 11100001 | 0 | 1101 | 1011 | 1 | 101011111 | 1010100 | 1011101 |
Color Harmonies of #FCDCE1
Complementary color
Monochromatic Colors of #FCDCE1
Black with #FCDCE1
Text Example
Text Example
White with #FCDCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDCE1; }
p { color: rgb(252,220,225); }
H1.HeaderClassName
{
color: #FCDCE1;
}
.AnyTagClassName
{
color: #FCDCE1;
}
</style>
background-color css
<style>
a { background-color: #FCDCE1; }
a { background-color: rgb(252,220,225); }
div.DivClassName
{
background-color: #FCDCE1;
}
.BgClassName
{
background-color: #FCDCE1;
}
</style>
border-color css
<style>
span { border-color: #FCDCE1; }
span { border-color: rgb(252,220,225); }
td.TdClassName
{
border-color: #FCDCE1;
}
.TagClassName
{
border-color: #FCDCE1;
}
</style>