Shades of Carousel Pink #FCDFE6
Tints of Carousel Pink #FCDFE6
RGB
CMYK
RGB Variations
Color information
#FCDFE6 (or 0xFCDFE6) is known color: Carousel Pink. HEX triplet: FC, DF and E6. RGB value is (252,223,230). Sum of RGB (Red+Green+Blue) = 252+223+230=705 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.74% from 705); Green value is 223 (87.5% from 255 or 31.63% from 705); Blue value is 230 (90.23% from 255 or 32.62% from 705); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDFE6 is #032019. Grayscale: #E8E8E8. Windows color (decimal): -204826 or 15130620. OLE color: 15130620.
HSL color Cylindrical-coordinate representation of color #FCDFE6: hue angle of 345.52º 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 #FCDFE6 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 223 | 230 | - |
CMYK | 0 | 0.12 | 0.09 | 0.01 |
HSL | 345.52º | 0.83% | 0.93% | - |
HSV(B) | 345.52º | 0.12% | 0.99% | - |
XYZ | 80.82 | 79.18 | 85.89 | - |
YUV | 232.47 | 126.61 | 141.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 223 | 230 | 0 | 0.12 | 0.09 | 0.01 | 345.52 | 0.83 | 0.93 |
Hex | FC | DF | E6 | 0 | C | 9 | 1 | 15A | 53 | 5D |
Octal | 374 | 337 | 346 | 0 | 14 | 11 | 1 | 532 | 123 | 135 |
Binary | 11111100 | 11011111 | 11100110 | 0 | 1100 | 1001 | 1 | 101011010 | 1010011 | 1011101 |
Color Harmonies of #FCDFE6
Complementary color
Monochromatic Colors of #FCDFE6
Black with #FCDFE6
Text Example
Text Example
White with #FCDFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDFE6; }
p { color: rgb(252,223,230); }
H1.HeaderClassName
{
color: #FCDFE6;
}
.AnyTagClassName
{
color: #FCDFE6;
}
</style>
background-color css
<style>
a { background-color: #FCDFE6; }
a { background-color: rgb(252,223,230); }
div.DivClassName
{
background-color: #FCDFE6;
}
.BgClassName
{
background-color: #FCDFE6;
}
</style>
border-color css
<style>
span { border-color: #FCDFE6; }
span { border-color: rgb(252,223,230); }
td.TdClassName
{
border-color: #FCDFE6;
}
.TagClassName
{
border-color: #FCDFE6;
}
</style>