Shades of Cotton Candy #FCB7DB
Tints of Cotton Candy #FCB7DB
RGB
CMYK
RGB Variations
Color information
#FCB7DB (or 0xFCB7DB) is known color: Cotton Candy. HEX triplet: FC, B7 and DB. RGB value is (252,183,219). Sum of RGB (Red+Green+Blue) = 252+183+219=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 183 (71.88% from 255 or 27.98% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB7DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB7DB is #034824. Grayscale: #CFCFCF. Windows color (decimal): -215077 or 14399484. OLE color: 14399484.
HSL color Cylindrical-coordinate representation of color #FCB7DB: hue angle of 328.7º 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 #FCB7DB is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 183 | 219 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.01 |
| HSL | 328.7º | 0.92% | 0.85% | - |
| HSV(B) | 328.7º | 0.27% | 0.99% | - |
| XYZ | 69.86 | 59.68 | 74.85 | - |
| YUV | 207.74 | 134.36 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 183 | 219 | 0 | 0.27 | 0.13 | 0.01 | 328.7 | 0.92 | 0.85 |
| Hex | FC | B7 | DB | 0 | 1B | D | 1 | 149 | 5C | 55 |
| Octal | 374 | 267 | 333 | 0 | 33 | 15 | 1 | 511 | 134 | 125 |
| Binary | 11111100 | 10110111 | 11011011 | 0 | 11011 | 1101 | 1 | 101001001 | 1011100 | 1010101 |
Color Harmonies of #FCB7DB
Complementary color
Monochromatic Colors of #FCB7DB
Black with #FCB7DB
Text Example
Text Example
White with #FCB7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB7DB; }
p { color: rgb(252,183,219); }
H1.HeaderClassName
{
color: #FCB7DB;
}
.AnyTagClassName
{
color: #FCB7DB;
}
</style>
background-color css
<style>
a { background-color: #FCB7DB; }
a { background-color: rgb(252,183,219); }
div.DivClassName
{
background-color: #FCB7DB;
}
.BgClassName
{
background-color: #FCB7DB;
}
</style>
border-color css
<style>
span { border-color: #FCB7DB; }
span { border-color: rgb(252,183,219); }
td.TdClassName
{
border-color: #FCB7DB;
}
.TagClassName
{
border-color: #FCB7DB;
}
</style>