Shades of Carousel Pink #FCDFE4
Tints of Carousel Pink #FCDFE4
RGB
CMYK
RGB Variations
Color information
#FCDFE4 (or 0xFCDFE4) is known color: Carousel Pink. HEX triplet: FC, DF and E4. RGB value is (252,223,228). Sum of RGB (Red+Green+Blue) = 252+223+228=703 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.85% from 703); Green value is 223 (87.5% from 255 or 31.72% from 703); Blue value is 228 (89.45% from 255 or 32.43% from 703); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFE4 is #03201B. Grayscale: #E8E8E8. Windows color (decimal): -204828 or 14999548. OLE color: 14999548.
HSL color Cylindrical-coordinate representation of color #FCDFE4: hue angle of 349.66º 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 #FCDFE4 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 228 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.01 |
| HSL | 349.66º | 0.83% | 0.93% | - |
| HSV(B) | 349.66º | 0.12% | 0.99% | - |
| XYZ | 80.54 | 79.07 | 84.42 | - |
| YUV | 232.24 | 125.61 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 228 | 0 | 0.12 | 0.10 | 0.01 | 349.66 | 0.83 | 0.93 |
| Hex | FC | DF | E4 | 0 | C | A | 1 | 15E | 53 | 5D |
| Octal | 374 | 337 | 344 | 0 | 14 | 12 | 1 | 536 | 123 | 135 |
| Binary | 11111100 | 11011111 | 11100100 | 0 | 1100 | 1010 | 1 | 101011110 | 1010011 | 1011101 |
Color Harmonies of #FCDFE4
Complementary color
Monochromatic Colors of #FCDFE4
Black with #FCDFE4
Text Example
Text Example
White with #FCDFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDFE4; }
p { color: rgb(252,223,228); }
H1.HeaderClassName
{
color: #FCDFE4;
}
.AnyTagClassName
{
color: #FCDFE4;
}
</style>
background-color css
<style>
a { background-color: #FCDFE4; }
a { background-color: rgb(252,223,228); }
div.DivClassName
{
background-color: #FCDFE4;
}
.BgClassName
{
background-color: #FCDFE4;
}
</style>
border-color css
<style>
span { border-color: #FCDFE4; }
span { border-color: rgb(252,223,228); }
td.TdClassName
{
border-color: #FCDFE4;
}
.TagClassName
{
border-color: #FCDFE4;
}
</style>