Shades of Carousel Pink #FCD7DF
Tints of Carousel Pink #FCD7DF
RGB
CMYK
RGB Variations
Color information
#FCD7DF (or 0xFCD7DF) is known color: Carousel Pink. HEX triplet: FC, D7 and DF. RGB value is (252,215,223). Sum of RGB (Red+Green+Blue) = 252+215+223=690 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.52% from 690); Green value is 215 (84.38% from 255 or 31.16% from 690); Blue value is 223 (87.5% from 255 or 32.32% from 690); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD7DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD7DF is #032820. Grayscale: #E2E2E2. Windows color (decimal): -206881 or 14669820. OLE color: 14669820.
HSL color Cylindrical-coordinate representation of color #FCD7DF: hue angle of 347.03º 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 #FCD7DF is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 223 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.01 |
| HSL | 347.03º | 0.86% | 0.92% | - |
| HSV(B) | 347.03º | 0.15% | 0.99% | - |
| XYZ | 77.76 | 74.62 | 80.12 | - |
| YUV | 226.98 | 125.76 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 223 | 0 | 0.15 | 0.12 | 0.01 | 347.03 | 0.86 | 0.92 |
| Hex | FC | D7 | DF | 0 | F | C | 1 | 15B | 56 | 5C |
| Octal | 374 | 327 | 337 | 0 | 17 | 14 | 1 | 533 | 126 | 134 |
| Binary | 11111100 | 11010111 | 11011111 | 0 | 1111 | 1100 | 1 | 101011011 | 1010110 | 1011100 |
Color Harmonies of #FCD7DF
Complementary color
Monochromatic Colors of #FCD7DF
Black with #FCD7DF
Text Example
Text Example
White with #FCD7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD7DF; }
p { color: rgb(252,215,223); }
H1.HeaderClassName
{
color: #FCD7DF;
}
.AnyTagClassName
{
color: #FCD7DF;
}
</style>
background-color css
<style>
a { background-color: #FCD7DF; }
a { background-color: rgb(252,215,223); }
div.DivClassName
{
background-color: #FCD7DF;
}
.BgClassName
{
background-color: #FCD7DF;
}
</style>
border-color css
<style>
span { border-color: #FCD7DF; }
span { border-color: rgb(252,215,223); }
td.TdClassName
{
border-color: #FCD7DF;
}
.TagClassName
{
border-color: #FCD7DF;
}
</style>