Shades of Cotton Candy #FCB7DF
Tints of Cotton Candy #FCB7DF
RGB
CMYK
RGB Variations
Color information
#FCB7DF (or 0xFCB7DF) is known color: Cotton Candy. HEX triplet: FC, B7 and DF. RGB value is (252,183,223). Sum of RGB (Red+Green+Blue) = 252+183+223=658 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.30% from 658); Green value is 183 (71.88% from 255 or 27.81% from 658); Blue value is 223 (87.5% from 255 or 33.89% from 658); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB7DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB7DF is #034820. Grayscale: #D0D0D0. Windows color (decimal): -215073 or 14661628. OLE color: 14661628.
HSL color Cylindrical-coordinate representation of color #FCB7DF: hue angle of 325.22º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCB7DF is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 183 | 223 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.01 |
| HSL | 325.22º | 0.92% | 0.85% | - |
| HSV(B) | 325.22º | 0.27% | 0.99% | - |
| XYZ | 70.4 | 59.89 | 77.66 | - |
| YUV | 208.19 | 136.36 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 183 | 223 | 0 | 0.27 | 0.12 | 0.01 | 325.22 | 0.92 | 0.85 |
| Hex | FC | B7 | DF | 0 | 1B | C | 1 | 145 | 5C | 55 |
| Octal | 374 | 267 | 337 | 0 | 33 | 14 | 1 | 505 | 134 | 125 |
| Binary | 11111100 | 10110111 | 11011111 | 0 | 11011 | 1100 | 1 | 101000101 | 1011100 | 1010101 |
Color Harmonies of #FCB7DF
Complementary color
Monochromatic Colors of #FCB7DF
Black with #FCB7DF
Text Example
Text Example
White with #FCB7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB7DF; }
p { color: rgb(252,183,223); }
H1.HeaderClassName
{
color: #FCB7DF;
}
.AnyTagClassName
{
color: #FCB7DF;
}
</style>
background-color css
<style>
a { background-color: #FCB7DF; }
a { background-color: rgb(252,183,223); }
div.DivClassName
{
background-color: #FCB7DF;
}
.BgClassName
{
background-color: #FCB7DF;
}
</style>
border-color css
<style>
span { border-color: #FCB7DF; }
span { border-color: rgb(252,183,223); }
td.TdClassName
{
border-color: #FCB7DF;
}
.TagClassName
{
border-color: #FCB7DF;
}
</style>