Shades of Carousel Pink #FCDADF
Tints of Carousel Pink #FCDADF
RGB
CMYK
RGB Variations
Color information
#FCDADF (or 0xFCDADF) is known color: Carousel Pink. HEX triplet: FC, DA and DF. RGB value is (252,218,223). Sum of RGB (Red+Green+Blue) = 252+218+223=693 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.36% from 693); Green value is 218 (85.55% from 255 or 31.46% from 693); Blue value is 223 (87.5% from 255 or 32.18% from 693); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDADF is #032520. Grayscale: #E4E4E4. Windows color (decimal): -206113 or 14670588. OLE color: 14670588.
HSL color Cylindrical-coordinate representation of color #FCDADF: hue angle of 351.18º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCDADF is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 223 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.01 |
| HSL | 351.18º | 0.85% | 0.92% | - |
| HSV(B) | 351.18º | 0.13% | 0.99% | - |
| XYZ | 78.54 | 76.17 | 80.37 | - |
| YUV | 228.74 | 124.76 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 223 | 0 | 0.13 | 0.12 | 0.01 | 351.18 | 0.85 | 0.92 |
| Hex | FC | DA | DF | 0 | D | C | 1 | 15F | 55 | 5C |
| Octal | 374 | 332 | 337 | 0 | 15 | 14 | 1 | 537 | 125 | 134 |
| Binary | 11111100 | 11011010 | 11011111 | 0 | 1101 | 1100 | 1 | 101011111 | 1010101 | 1011100 |
Color Harmonies of #FCDADF
Complementary color
Monochromatic Colors of #FCDADF
Black with #FCDADF
Text Example
Text Example
White with #FCDADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDADF; }
p { color: rgb(252,218,223); }
H1.HeaderClassName
{
color: #FCDADF;
}
.AnyTagClassName
{
color: #FCDADF;
}
</style>
background-color css
<style>
a { background-color: #FCDADF; }
a { background-color: rgb(252,218,223); }
div.DivClassName
{
background-color: #FCDADF;
}
.BgClassName
{
background-color: #FCDADF;
}
</style>
border-color css
<style>
span { border-color: #FCDADF; }
span { border-color: rgb(252,218,223); }
td.TdClassName
{
border-color: #FCDADF;
}
.TagClassName
{
border-color: #FCDADF;
}
</style>