Shades of Carousel Pink #FCD6DE
Tints of Carousel Pink #FCD6DE
RGB
CMYK
RGB Variations
Color information
#FCD6DE (or 0xFCD6DE) is known color: Carousel Pink. HEX triplet: FC, D6 and DE. RGB value is (252,214,222). Sum of RGB (Red+Green+Blue) = 252+214+222=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 214 (83.98% from 255 or 31.10% from 688); Blue value is 222 (87.11% from 255 or 32.27% from 688); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD6DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD6DE is #032921. Grayscale: #E2E2E2. Windows color (decimal): -207138 or 14604028. OLE color: 14604028.
HSL color Cylindrical-coordinate representation of color #FCD6DE: hue angle of 347.37º degrees, saturation: 0.86, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FCD6DE is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 214 | 222 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.01 |
| HSL | 347.37º | 0.86% | 0.91% | - |
| HSV(B) | 347.37º | 0.15% | 0.99% | - |
| XYZ | 77.38 | 74.06 | 79.32 | - |
| YUV | 226.27 | 125.59 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 214 | 222 | 0 | 0.15 | 0.12 | 0.01 | 347.37 | 0.86 | 0.91 |
| Hex | FC | D6 | DE | 0 | F | C | 1 | 15B | 56 | 5B |
| Octal | 374 | 326 | 336 | 0 | 17 | 14 | 1 | 533 | 126 | 133 |
| Binary | 11111100 | 11010110 | 11011110 | 0 | 1111 | 1100 | 1 | 101011011 | 1010110 | 1011011 |
Color Harmonies of #FCD6DE
Complementary color
Monochromatic Colors of #FCD6DE
Black with #FCD6DE
Text Example
Text Example
White with #FCD6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD6DE; }
p { color: rgb(252,214,222); }
H1.HeaderClassName
{
color: #FCD6DE;
}
.AnyTagClassName
{
color: #FCD6DE;
}
</style>
background-color css
<style>
a { background-color: #FCD6DE; }
a { background-color: rgb(252,214,222); }
div.DivClassName
{
background-color: #FCD6DE;
}
.BgClassName
{
background-color: #FCD6DE;
}
</style>
border-color css
<style>
span { border-color: #FCD6DE; }
span { border-color: rgb(252,214,222); }
td.TdClassName
{
border-color: #FCD6DE;
}
.TagClassName
{
border-color: #FCD6DE;
}
</style>