Shades of Carousel Pink #FCDFE3
Tints of Carousel Pink #FCDFE3
RGB
CMYK
RGB Variations
Color information
#FCDFE3 (or 0xFCDFE3) is known color: Carousel Pink. HEX triplet: FC, DF and E3. RGB value is (252,223,227). Sum of RGB (Red+Green+Blue) = 252+223+227=702 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.90% from 702); Green value is 223 (87.5% from 255 or 31.77% from 702); Blue value is 227 (89.06% from 255 or 32.34% from 702); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFE3 is #03201C. Grayscale: #E8E8E8. Windows color (decimal): -204829 or 14934012. OLE color: 14934012.
HSL color Cylindrical-coordinate representation of color #FCDFE3: hue angle of 351.72º degrees, saturation: 0.83, 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 #FCDFE3 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 227 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.01 |
| HSL | 351.72º | 0.83% | 0.93% | - |
| HSV(B) | 351.72º | 0.12% | 0.99% | - |
| XYZ | 80.4 | 79.02 | 83.69 | - |
| YUV | 232.13 | 125.11 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 227 | 0 | 0.12 | 0.10 | 0.01 | 351.72 | 0.83 | 0.93 |
| Hex | FC | DF | E3 | 0 | C | A | 1 | 160 | 53 | 5D |
| Octal | 374 | 337 | 343 | 0 | 14 | 12 | 1 | 540 | 123 | 135 |
| Binary | 11111100 | 11011111 | 11100011 | 0 | 1100 | 1010 | 1 | 101100000 | 1010011 | 1011101 |
Color Harmonies of #FCDFE3
Complementary color
Monochromatic Colors of #FCDFE3
Black with #FCDFE3
Text Example
Text Example
White with #FCDFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDFE3; }
p { color: rgb(252,223,227); }
H1.HeaderClassName
{
color: #FCDFE3;
}
.AnyTagClassName
{
color: #FCDFE3;
}
</style>
background-color css
<style>
a { background-color: #FCDFE3; }
a { background-color: rgb(252,223,227); }
div.DivClassName
{
background-color: #FCDFE3;
}
.BgClassName
{
background-color: #FCDFE3;
}
</style>
border-color css
<style>
span { border-color: #FCDFE3; }
span { border-color: rgb(252,223,227); }
td.TdClassName
{
border-color: #FCDFE3;
}
.TagClassName
{
border-color: #FCDFE3;
}
</style>