Shades of Carousel Pink #FCE0E4
Tints of Carousel Pink #FCE0E4
RGB
CMYK
RGB Variations
Color information
#FCE0E4 (or 0xFCE0E4) is known color: Carousel Pink. HEX triplet: FC, E0 and E4. RGB value is (252,224,228). Sum of RGB (Red+Green+Blue) = 252+224+228=704 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.80% from 704); Green value is 224 (87.89% from 255 or 31.82% from 704); Blue value is 228 (89.45% from 255 or 32.39% from 704); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE0E4 is #031F1B. Grayscale: #E8E8E8. Windows color (decimal): -204572 or 14999804. OLE color: 14999804.
HSL color Cylindrical-coordinate representation of color #FCE0E4: hue angle of 351.43º degrees, saturation: 0.82, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FCE0E4 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 228 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.01 |
| HSL | 351.43º | 0.82% | 0.93% | - |
| HSV(B) | 351.43º | 0.11% | 0.99% | - |
| XYZ | 80.8 | 79.61 | 84.51 | - |
| YUV | 232.83 | 125.28 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 228 | 0 | 0.11 | 0.10 | 0.01 | 351.43 | 0.82 | 0.93 |
| Hex | FC | E0 | E4 | 0 | B | A | 1 | 15F | 52 | 5D |
| Octal | 374 | 340 | 344 | 0 | 13 | 12 | 1 | 537 | 122 | 135 |
| Binary | 11111100 | 11100000 | 11100100 | 0 | 1011 | 1010 | 1 | 101011111 | 1010010 | 1011101 |
Color Harmonies of #FCE0E4
Complementary color
Monochromatic Colors of #FCE0E4
Black with #FCE0E4
Text Example
Text Example
White with #FCE0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE0E4; }
p { color: rgb(252,224,228); }
H1.HeaderClassName
{
color: #FCE0E4;
}
.AnyTagClassName
{
color: #FCE0E4;
}
</style>
background-color css
<style>
a { background-color: #FCE0E4; }
a { background-color: rgb(252,224,228); }
div.DivClassName
{
background-color: #FCE0E4;
}
.BgClassName
{
background-color: #FCE0E4;
}
</style>
border-color css
<style>
span { border-color: #FCE0E4; }
span { border-color: rgb(252,224,228); }
td.TdClassName
{
border-color: #FCE0E4;
}
.TagClassName
{
border-color: #FCE0E4;
}
</style>