Shades of Carousel Pink #FCDCE3
Tints of Carousel Pink #FCDCE3
RGB
CMYK
RGB Variations
Color information
#FCDCE3 (or 0xFCDCE3) is known color: Carousel Pink. HEX triplet: FC, DC and E3. RGB value is (252,220,227). Sum of RGB (Red+Green+Blue) = 252+220+227=699 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.05% from 699); Green value is 220 (86.33% from 255 or 31.47% from 699); Blue value is 227 (89.06% from 255 or 32.47% from 699); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDCE3 is #03231C. Grayscale: #E6E6E6. Windows color (decimal): -205597 or 14933244. OLE color: 14933244.
HSL color Cylindrical-coordinate representation of color #FCDCE3: hue angle of 346.88º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCDCE3 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 220 | 227 | - |
CMYK | 0 | 0.13 | 0.10 | 0.01 |
HSL | 346.88º | 0.84% | 0.93% | - |
HSV(B) | 346.88º | 0.13% | 0.99% | - |
XYZ | 79.6 | 77.43 | 83.42 | - |
YUV | 230.37 | 126.1 | 143.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 220 | 227 | 0 | 0.13 | 0.10 | 0.01 | 346.88 | 0.84 | 0.93 |
Hex | FC | DC | E3 | 0 | D | A | 1 | 15B | 54 | 5D |
Octal | 374 | 334 | 343 | 0 | 15 | 12 | 1 | 533 | 124 | 135 |
Binary | 11111100 | 11011100 | 11100011 | 0 | 1101 | 1010 | 1 | 101011011 | 1010100 | 1011101 |
Color Harmonies of #FCDCE3
Complementary color
Monochromatic Colors of #FCDCE3
Black with #FCDCE3
Text Example
Text Example
White with #FCDCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDCE3; }
p { color: rgb(252,220,227); }
H1.HeaderClassName
{
color: #FCDCE3;
}
.AnyTagClassName
{
color: #FCDCE3;
}
</style>
background-color css
<style>
a { background-color: #FCDCE3; }
a { background-color: rgb(252,220,227); }
div.DivClassName
{
background-color: #FCDCE3;
}
.BgClassName
{
background-color: #FCDCE3;
}
</style>
border-color css
<style>
span { border-color: #FCDCE3; }
span { border-color: rgb(252,220,227); }
td.TdClassName
{
border-color: #FCDCE3;
}
.TagClassName
{
border-color: #FCDCE3;
}
</style>