Shades of Carousel Pink #FCE1E5
Tints of Carousel Pink #FCE1E5
RGB
CMYK
RGB Variations
Color information
#FCE1E5 (or 0xFCE1E5) is known color: Carousel Pink. HEX triplet: FC, E1 and E5. RGB value is (252,225,229). Sum of RGB (Red+Green+Blue) = 252+225+229=706 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.69% from 706); Green value is 225 (88.28% from 255 or 31.87% from 706); Blue value is 229 (89.84% from 255 or 32.44% from 706); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE1E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE1E5 is #031E1A. Grayscale: #E9E9E9. Windows color (decimal): -204315 or 15065596. OLE color: 15065596.
HSL color Cylindrical-coordinate representation of color #FCE1E5: hue angle of 351.11º degrees, saturation: 0.82, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FCE1E5 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 229 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.01 |
| HSL | 351.11º | 0.82% | 0.94% | - |
| HSV(B) | 351.11º | 0.11% | 0.99% | - |
| XYZ | 81.21 | 80.2 | 85.33 | - |
| YUV | 233.53 | 125.45 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 229 | 0 | 0.11 | 0.09 | 0.01 | 351.11 | 0.82 | 0.94 |
| Hex | FC | E1 | E5 | 0 | B | 9 | 1 | 15F | 52 | 5E |
| Octal | 374 | 341 | 345 | 0 | 13 | 11 | 1 | 537 | 122 | 136 |
| Binary | 11111100 | 11100001 | 11100101 | 0 | 1011 | 1001 | 1 | 101011111 | 1010010 | 1011110 |
Color Harmonies of #FCE1E5
Complementary color
Monochromatic Colors of #FCE1E5
Black with #FCE1E5
Text Example
Text Example
White with #FCE1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE1E5; }
p { color: rgb(252,225,229); }
H1.HeaderClassName
{
color: #FCE1E5;
}
.AnyTagClassName
{
color: #FCE1E5;
}
</style>
background-color css
<style>
a { background-color: #FCE1E5; }
a { background-color: rgb(252,225,229); }
div.DivClassName
{
background-color: #FCE1E5;
}
.BgClassName
{
background-color: #FCE1E5;
}
</style>
border-color css
<style>
span { border-color: #FCE1E5; }
span { border-color: rgb(252,225,229); }
td.TdClassName
{
border-color: #FCE1E5;
}
.TagClassName
{
border-color: #FCE1E5;
}
</style>