Shades of Cotton Candy #FFC0DB
Tints of Cotton Candy #FFC0DB
RGB
CMYK
RGB Variations
Color information
#FFC0DB (or 0xFFC0DB) is known color: Cotton Candy. HEX triplet: FF, C0 and DB. RGB value is (255,192,219). Sum of RGB (Red+Green+Blue) = 255+192+219=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 192 (75.39% from 255 or 28.83% from 666); Blue value is 219 (85.94% from 255 or 32.88% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0DB is #003F24. Grayscale: #D5D5D5. Windows color (decimal): -16165 or 14401791. OLE color: 14401791.
HSL color Cylindrical-coordinate representation of color #FFC0DB: hue angle of 334.29º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFC0DB is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 219 | - |
| CMYK | 0 | 0.25 | 0.14 | 0 |
| HSL | 334.29º | 1% | 0.88% | - |
| HSV(B) | 334.29º | 0.25% | 1% | - |
| XYZ | 72.88 | 64.07 | 75.54 | - |
| YUV | 213.92 | 130.87 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 219 | 0 | 0.25 | 0.14 | 0 | 334.29 | 1 | 0.88 |
| Hex | FF | C0 | DB | 0 | 19 | E | 0 | 14E | 64 | 58 |
| Octal | 377 | 300 | 333 | 0 | 31 | 16 | 0 | 516 | 144 | 130 |
| Binary | 11111111 | 11000000 | 11011011 | 0 | 11001 | 1110 | 0 | 101001110 | 1100100 | 1011000 |
Color Harmonies of #FFC0DB
Complementary color
Monochromatic Colors of #FFC0DB
Black with #FFC0DB
Text Example
Text Example
White with #FFC0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC0DB; }
p { color: rgb(255,192,219); }
H1.HeaderClassName
{
color: #FFC0DB;
}
.AnyTagClassName
{
color: #FFC0DB;
}
</style>
background-color css
<style>
a { background-color: #FFC0DB; }
a { background-color: rgb(255,192,219); }
div.DivClassName
{
background-color: #FFC0DB;
}
.BgClassName
{
background-color: #FFC0DB;
}
</style>
border-color css
<style>
span { border-color: #FFC0DB; }
span { border-color: rgb(255,192,219); }
td.TdClassName
{
border-color: #FFC0DB;
}
.TagClassName
{
border-color: #FFC0DB;
}
</style>