Shades of Carousel Pink #FCDCE2
Tints of Carousel Pink #FCDCE2
RGB
CMYK
RGB Variations
Color information
#FCDCE2 (or 0xFCDCE2) is known color: Carousel Pink. HEX triplet: FC, DC and E2. RGB value is (252,220,226). Sum of RGB (Red+Green+Blue) = 252+220+226=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 220 (86.33% from 255 or 31.52% from 698); Blue value is 226 (88.67% from 255 or 32.38% from 698); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDCE2 is #03231D. Grayscale: #E6E6E6. Windows color (decimal): -205598 or 14867708. OLE color: 14867708.
HSL color Cylindrical-coordinate representation of color #FCDCE2: hue angle of 348.75º 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 #FCDCE2 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 220 | 226 | - |
CMYK | 0 | 0.13 | 0.10 | 0.01 |
HSL | 348.75º | 0.84% | 0.93% | - |
HSV(B) | 348.75º | 0.13% | 0.99% | - |
XYZ | 79.47 | 77.37 | 82.7 | - |
YUV | 230.25 | 125.6 | 143.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 220 | 226 | 0 | 0.13 | 0.10 | 0.01 | 348.75 | 0.84 | 0.93 |
Hex | FC | DC | E2 | 0 | D | A | 1 | 15D | 54 | 5D |
Octal | 374 | 334 | 342 | 0 | 15 | 12 | 1 | 535 | 124 | 135 |
Binary | 11111100 | 11011100 | 11100010 | 0 | 1101 | 1010 | 1 | 101011101 | 1010100 | 1011101 |
Color Harmonies of #FCDCE2
Complementary color
Monochromatic Colors of #FCDCE2
Black with #FCDCE2
Text Example
Text Example
White with #FCDCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDCE2; }
p { color: rgb(252,220,226); }
H1.HeaderClassName
{
color: #FCDCE2;
}
.AnyTagClassName
{
color: #FCDCE2;
}
</style>
background-color css
<style>
a { background-color: #FCDCE2; }
a { background-color: rgb(252,220,226); }
div.DivClassName
{
background-color: #FCDCE2;
}
.BgClassName
{
background-color: #FCDCE2;
}
</style>
border-color css
<style>
span { border-color: #FCDCE2; }
span { border-color: rgb(252,220,226); }
td.TdClassName
{
border-color: #FCDCE2;
}
.TagClassName
{
border-color: #FCDCE2;
}
</style>