Shades of Carousel Pink #FCDEE3
Tints of Carousel Pink #FCDEE3
RGB
CMYK
RGB Variations
Color information
#FCDEE3 (or 0xFCDEE3) is known color: Carousel Pink. HEX triplet: FC, DE and E3. RGB value is (252,222,227). Sum of RGB (Red+Green+Blue) = 252+222+227=701 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.95% from 701); Green value is 222 (87.11% from 255 or 31.67% from 701); Blue value is 227 (89.06% from 255 or 32.38% from 701); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDEE3 is #03211C. Grayscale: #E7E7E7. Windows color (decimal): -205085 or 14933756. OLE color: 14933756.
HSL color Cylindrical-coordinate representation of color #FCDEE3: hue angle of 350º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FCDEE3 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 222 | 227 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.01 |
| HSL | 350º | 0.83% | 0.93% | - |
| HSV(B) | 350º | 0.12% | 0.99% | - |
| XYZ | 80.13 | 78.48 | 83.6 | - |
| YUV | 231.54 | 125.44 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 222 | 227 | 0 | 0.12 | 0.10 | 0.01 | 350 | 0.83 | 0.93 |
| Hex | FC | DE | E3 | 0 | C | A | 1 | 15E | 53 | 5D |
| Octal | 374 | 336 | 343 | 0 | 14 | 12 | 1 | 536 | 123 | 135 |
| Binary | 11111100 | 11011110 | 11100011 | 0 | 1100 | 1010 | 1 | 101011110 | 1010011 | 1011101 |
Color Harmonies of #FCDEE3
Complementary color
Monochromatic Colors of #FCDEE3
Black with #FCDEE3
Text Example
Text Example
White with #FCDEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDEE3; }
p { color: rgb(252,222,227); }
H1.HeaderClassName
{
color: #FCDEE3;
}
.AnyTagClassName
{
color: #FCDEE3;
}
</style>
background-color css
<style>
a { background-color: #FCDEE3; }
a { background-color: rgb(252,222,227); }
div.DivClassName
{
background-color: #FCDEE3;
}
.BgClassName
{
background-color: #FCDEE3;
}
</style>
border-color css
<style>
span { border-color: #FCDEE3; }
span { border-color: rgb(252,222,227); }
td.TdClassName
{
border-color: #FCDEE3;
}
.TagClassName
{
border-color: #FCDEE3;
}
</style>