Shades of Carousel Pink #FCDBE1
Tints of Carousel Pink #FCDBE1
RGB
CMYK
RGB Variations
Color information
#FCDBE1 (or 0xFCDBE1) is known color: Carousel Pink. HEX triplet: FC, DB and E1. RGB value is (252,219,225). Sum of RGB (Red+Green+Blue) = 252+219+225=696 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.21% from 696); Green value is 219 (85.94% from 255 or 31.47% from 696); Blue value is 225 (88.28% from 255 or 32.33% from 696); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDBE1 is #03241E. Grayscale: #E5E5E5. Windows color (decimal): -205855 or 14801916. OLE color: 14801916.
HSL color Cylindrical-coordinate representation of color #FCDBE1: hue angle of 349.09º 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 #FCDBE1 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 225 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.01 |
| HSL | 349.09º | 0.85% | 0.92% | - |
| HSV(B) | 349.09º | 0.13% | 0.99% | - |
| XYZ | 79.07 | 76.79 | 81.89 | - |
| YUV | 229.55 | 125.43 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 225 | 0 | 0.13 | 0.11 | 0.01 | 349.09 | 0.85 | 0.92 |
| Hex | FC | DB | E1 | 0 | D | B | 1 | 15D | 55 | 5C |
| Octal | 374 | 333 | 341 | 0 | 15 | 13 | 1 | 535 | 125 | 134 |
| Binary | 11111100 | 11011011 | 11100001 | 0 | 1101 | 1011 | 1 | 101011101 | 1010101 | 1011100 |
Color Harmonies of #FCDBE1
Complementary color
Monochromatic Colors of #FCDBE1
Black with #FCDBE1
Text Example
Text Example
White with #FCDBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDBE1; }
p { color: rgb(252,219,225); }
H1.HeaderClassName
{
color: #FCDBE1;
}
.AnyTagClassName
{
color: #FCDBE1;
}
</style>
background-color css
<style>
a { background-color: #FCDBE1; }
a { background-color: rgb(252,219,225); }
div.DivClassName
{
background-color: #FCDBE1;
}
.BgClassName
{
background-color: #FCDBE1;
}
</style>
border-color css
<style>
span { border-color: #FCDBE1; }
span { border-color: rgb(252,219,225); }
td.TdClassName
{
border-color: #FCDBE1;
}
.TagClassName
{
border-color: #FCDBE1;
}
</style>