Shades of Carousel Pink #FCD8DF
Tints of Carousel Pink #FCD8DF
RGB
CMYK
RGB Variations
Color information
#FCD8DF (or 0xFCD8DF) is known color: Carousel Pink. HEX triplet: FC, D8 and DF. RGB value is (252,216,223). Sum of RGB (Red+Green+Blue) = 252+216+223=691 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.47% from 691); Green value is 216 (84.77% from 255 or 31.26% from 691); Blue value is 223 (87.5% from 255 or 32.27% from 691); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD8DF is #032720. Grayscale: #E3E3E3. Windows color (decimal): -206625 or 14670076. OLE color: 14670076.
HSL color Cylindrical-coordinate representation of color #FCD8DF: hue angle of 348.33º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FCD8DF is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 223 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.01 |
| HSL | 348.33º | 0.86% | 0.92% | - |
| HSV(B) | 348.33º | 0.14% | 0.99% | - |
| XYZ | 78.02 | 75.13 | 80.2 | - |
| YUV | 227.56 | 125.43 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 223 | 0 | 0.14 | 0.12 | 0.01 | 348.33 | 0.86 | 0.92 |
| Hex | FC | D8 | DF | 0 | E | C | 1 | 15C | 56 | 5C |
| Octal | 374 | 330 | 337 | 0 | 16 | 14 | 1 | 534 | 126 | 134 |
| Binary | 11111100 | 11011000 | 11011111 | 0 | 1110 | 1100 | 1 | 101011100 | 1010110 | 1011100 |
Color Harmonies of #FCD8DF
Complementary color
Monochromatic Colors of #FCD8DF
Black with #FCD8DF
Text Example
Text Example
White with #FCD8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD8DF; }
p { color: rgb(252,216,223); }
H1.HeaderClassName
{
color: #FCD8DF;
}
.AnyTagClassName
{
color: #FCD8DF;
}
</style>
background-color css
<style>
a { background-color: #FCD8DF; }
a { background-color: rgb(252,216,223); }
div.DivClassName
{
background-color: #FCD8DF;
}
.BgClassName
{
background-color: #FCD8DF;
}
</style>
border-color css
<style>
span { border-color: #FCD8DF; }
span { border-color: rgb(252,216,223); }
td.TdClassName
{
border-color: #FCD8DF;
}
.TagClassName
{
border-color: #FCD8DF;
}
</style>