Shades of Carousel Pink #FCE3E6
Tints of Carousel Pink #FCE3E6
RGB
CMYK
RGB Variations
Color information
#FCE3E6 (or 0xFCE3E6) is known color: Carousel Pink. HEX triplet: FC, E3 and E6. RGB value is (252,227,230). Sum of RGB (Red+Green+Blue) = 252+227+230=709 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.54% from 709); Green value is 227 (89.06% from 255 or 32.02% from 709); Blue value is 230 (90.23% from 255 or 32.44% from 709); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE3E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE3E6 is #031C19. Grayscale: #EAEAEA. Windows color (decimal): -203802 or 15131644. OLE color: 15131644.
HSL color Cylindrical-coordinate representation of color #FCE3E6: hue angle of 352.8º degrees, saturation: 0.81, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FCE3E6 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 230 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.01 |
| HSL | 352.8º | 0.81% | 0.94% | - |
| HSV(B) | 352.8º | 0.1% | 0.99% | - |
| XYZ | 81.9 | 81.35 | 86.25 | - |
| YUV | 234.82 | 125.28 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 230 | 0 | 0.10 | 0.09 | 0.01 | 352.8 | 0.81 | 0.94 |
| Hex | FC | E3 | E6 | 0 | A | 9 | 1 | 161 | 51 | 5E |
| Octal | 374 | 343 | 346 | 0 | 12 | 11 | 1 | 541 | 121 | 136 |
| Binary | 11111100 | 11100011 | 11100110 | 0 | 1010 | 1001 | 1 | 101100001 | 1010001 | 1011110 |
Color Harmonies of #FCE3E6
Complementary color
Monochromatic Colors of #FCE3E6
Black with #FCE3E6
Text Example
Text Example
White with #FCE3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE3E6; }
p { color: rgb(252,227,230); }
H1.HeaderClassName
{
color: #FCE3E6;
}
.AnyTagClassName
{
color: #FCE3E6;
}
</style>
background-color css
<style>
a { background-color: #FCE3E6; }
a { background-color: rgb(252,227,230); }
div.DivClassName
{
background-color: #FCE3E6;
}
.BgClassName
{
background-color: #FCE3E6;
}
</style>
border-color css
<style>
span { border-color: #FCE3E6; }
span { border-color: rgb(252,227,230); }
td.TdClassName
{
border-color: #FCE3E6;
}
.TagClassName
{
border-color: #FCE3E6;
}
</style>