Shades of Carousel Pink #FCD5DE
Tints of Carousel Pink #FCD5DE
RGB
CMYK
RGB Variations
Color information
#FCD5DE (or 0xFCD5DE) is known color: Carousel Pink. HEX triplet: FC, D5 and DE. RGB value is (252,213,222). Sum of RGB (Red+Green+Blue) = 252+213+222=687 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.68% from 687); Green value is 213 (83.59% from 255 or 31.00% from 687); Blue value is 222 (87.11% from 255 or 32.31% from 687); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD5DE is #032A21. Grayscale: #E1E1E1. Windows color (decimal): -207394 or 14603772. OLE color: 14603772.
HSL color Cylindrical-coordinate representation of color #FCD5DE: hue angle of 346.15º degrees, saturation: 0.87, 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 #FCD5DE is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 213 | 222 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.01 |
| HSL | 346.15º | 0.87% | 0.91% | - |
| HSV(B) | 346.15º | 0.15% | 0.99% | - |
| XYZ | 77.12 | 73.56 | 79.24 | - |
| YUV | 225.69 | 125.92 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 213 | 222 | 0 | 0.15 | 0.12 | 0.01 | 346.15 | 0.87 | 0.91 |
| Hex | FC | D5 | DE | 0 | F | C | 1 | 15A | 57 | 5B |
| Octal | 374 | 325 | 336 | 0 | 17 | 14 | 1 | 532 | 127 | 133 |
| Binary | 11111100 | 11010101 | 11011110 | 0 | 1111 | 1100 | 1 | 101011010 | 1010111 | 1011011 |
Color Harmonies of #FCD5DE
Complementary color
Monochromatic Colors of #FCD5DE
Black with #FCD5DE
Text Example
Text Example
White with #FCD5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD5DE; }
p { color: rgb(252,213,222); }
H1.HeaderClassName
{
color: #FCD5DE;
}
.AnyTagClassName
{
color: #FCD5DE;
}
</style>
background-color css
<style>
a { background-color: #FCD5DE; }
a { background-color: rgb(252,213,222); }
div.DivClassName
{
background-color: #FCD5DE;
}
.BgClassName
{
background-color: #FCD5DE;
}
</style>
border-color css
<style>
span { border-color: #FCD5DE; }
span { border-color: rgb(252,213,222); }
td.TdClassName
{
border-color: #FCD5DE;
}
.TagClassName
{
border-color: #FCD5DE;
}
</style>