Shades of Carousel Pink #FCDDE2
Tints of Carousel Pink #FCDDE2
RGB
CMYK
RGB Variations
Color information
#FCDDE2 (or 0xFCDDE2) is known color: Carousel Pink. HEX triplet: FC, DD and E2. RGB value is (252,221,226). Sum of RGB (Red+Green+Blue) = 252+221+226=699 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.05% from 699); Green value is 221 (86.72% from 255 or 31.62% from 699); Blue value is 226 (88.67% from 255 or 32.33% from 699); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDE2 is #03221D. Grayscale: #E6E6E6. Windows color (decimal): -205342 or 14867964. OLE color: 14867964.
HSL color Cylindrical-coordinate representation of color #FCDDE2: hue angle of 350.32º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FCDDE2 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 226 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.01 |
| HSL | 350.32º | 0.84% | 0.93% | - |
| HSV(B) | 350.32º | 0.12% | 0.99% | - |
| XYZ | 79.73 | 77.9 | 82.79 | - |
| YUV | 230.84 | 125.27 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 226 | 0 | 0.12 | 0.10 | 0.01 | 350.32 | 0.84 | 0.93 |
| Hex | FC | DD | E2 | 0 | C | A | 1 | 15E | 54 | 5D |
| Octal | 374 | 335 | 342 | 0 | 14 | 12 | 1 | 536 | 124 | 135 |
| Binary | 11111100 | 11011101 | 11100010 | 0 | 1100 | 1010 | 1 | 101011110 | 1010100 | 1011101 |
Color Harmonies of #FCDDE2
Complementary color
Monochromatic Colors of #FCDDE2
Black with #FCDDE2
Text Example
Text Example
White with #FCDDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDDE2; }
p { color: rgb(252,221,226); }
H1.HeaderClassName
{
color: #FCDDE2;
}
.AnyTagClassName
{
color: #FCDDE2;
}
</style>
background-color css
<style>
a { background-color: #FCDDE2; }
a { background-color: rgb(252,221,226); }
div.DivClassName
{
background-color: #FCDDE2;
}
.BgClassName
{
background-color: #FCDDE2;
}
</style>
border-color css
<style>
span { border-color: #FCDDE2; }
span { border-color: rgb(252,221,226); }
td.TdClassName
{
border-color: #FCDDE2;
}
.TagClassName
{
border-color: #FCDDE2;
}
</style>