Shades of Carousel Pink #FCD9DF
Tints of Carousel Pink #FCD9DF
RGB
CMYK
RGB Variations
Color information
#FCD9DF (or 0xFCD9DF) is known color: Carousel Pink. HEX triplet: FC, D9 and DF. RGB value is (252,217,223). Sum of RGB (Red+Green+Blue) = 252+217+223=692 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.42% from 692); Green value is 217 (85.16% from 255 or 31.36% from 692); Blue value is 223 (87.5% from 255 or 32.23% from 692); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD9DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD9DF is #032620. Grayscale: #E4E4E4. Windows color (decimal): -206369 or 14670332. OLE color: 14670332.
HSL color Cylindrical-coordinate representation of color #FCD9DF: hue angle of 349.71º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FCD9DF is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 217 | 223 | - |
CMYK | 0 | 0.14 | 0.12 | 0.01 |
HSL | 349.71º | 0.85% | 0.92% | - |
HSV(B) | 349.71º | 0.14% | 0.99% | - |
XYZ | 78.28 | 75.65 | 80.29 | - |
YUV | 228.15 | 125.1 | 145.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 217 | 223 | 0 | 0.14 | 0.12 | 0.01 | 349.71 | 0.85 | 0.92 |
Hex | FC | D9 | DF | 0 | E | C | 1 | 15E | 55 | 5C |
Octal | 374 | 331 | 337 | 0 | 16 | 14 | 1 | 536 | 125 | 134 |
Binary | 11111100 | 11011001 | 11011111 | 0 | 1110 | 1100 | 1 | 101011110 | 1010101 | 1011100 |
Color Harmonies of #FCD9DF
Complementary color
Monochromatic Colors of #FCD9DF
Black with #FCD9DF
Text Example
Text Example
White with #FCD9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD9DF; }
p { color: rgb(252,217,223); }
H1.HeaderClassName
{
color: #FCD9DF;
}
.AnyTagClassName
{
color: #FCD9DF;
}
</style>
background-color css
<style>
a { background-color: #FCD9DF; }
a { background-color: rgb(252,217,223); }
div.DivClassName
{
background-color: #FCD9DF;
}
.BgClassName
{
background-color: #FCD9DF;
}
</style>
border-color css
<style>
span { border-color: #FCD9DF; }
span { border-color: rgb(252,217,223); }
td.TdClassName
{
border-color: #FCD9DF;
}
.TagClassName
{
border-color: #FCD9DF;
}
</style>