Shades of Carousel Pink #FCD7DE
Tints of Carousel Pink #FCD7DE
RGB
CMYK
RGB Variations
Color information
#FCD7DE (or 0xFCD7DE) is known color: Carousel Pink. HEX triplet: FC, D7 and DE. RGB value is (252,215,222). Sum of RGB (Red+Green+Blue) = 252+215+222=689 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.57% from 689); Green value is 215 (84.38% from 255 or 31.20% from 689); Blue value is 222 (87.11% from 255 or 32.22% from 689); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD7DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD7DE is #032821. Grayscale: #E2E2E2. Windows color (decimal): -206882 or 14604284. OLE color: 14604284.
HSL color Cylindrical-coordinate representation of color #FCD7DE: hue angle of 348.65º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FCD7DE is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 222 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.01 |
| HSL | 348.65º | 0.86% | 0.92% | - |
| HSV(B) | 348.65º | 0.15% | 0.99% | - |
| XYZ | 77.63 | 74.57 | 79.41 | - |
| YUV | 226.86 | 125.26 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 222 | 0 | 0.15 | 0.12 | 0.01 | 348.65 | 0.86 | 0.92 |
| Hex | FC | D7 | DE | 0 | F | C | 1 | 15D | 56 | 5C |
| Octal | 374 | 327 | 336 | 0 | 17 | 14 | 1 | 535 | 126 | 134 |
| Binary | 11111100 | 11010111 | 11011110 | 0 | 1111 | 1100 | 1 | 101011101 | 1010110 | 1011100 |
Color Harmonies of #FCD7DE
Complementary color
Monochromatic Colors of #FCD7DE
Black with #FCD7DE
Text Example
Text Example
White with #FCD7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD7DE; }
p { color: rgb(252,215,222); }
H1.HeaderClassName
{
color: #FCD7DE;
}
.AnyTagClassName
{
color: #FCD7DE;
}
</style>
background-color css
<style>
a { background-color: #FCD7DE; }
a { background-color: rgb(252,215,222); }
div.DivClassName
{
background-color: #FCD7DE;
}
.BgClassName
{
background-color: #FCD7DE;
}
</style>
border-color css
<style>
span { border-color: #FCD7DE; }
span { border-color: rgb(252,215,222); }
td.TdClassName
{
border-color: #FCD7DE;
}
.TagClassName
{
border-color: #FCD7DE;
}
</style>