Shades of Cotton Candy #FFBFDD
Tints of Cotton Candy #FFBFDD
RGB
CMYK
RGB Variations
Color information
#FFBFDD (or 0xFFBFDD) is known color: Cotton Candy. HEX triplet: FF, BF and DD. RGB value is (255,191,221). Sum of RGB (Red+Green+Blue) = 255+191+221=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 191 (75% from 255 or 28.64% from 667); Blue value is 221 (86.72% from 255 or 33.13% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBFDD is #004022. Grayscale: #D5D5D5. Windows color (decimal): -16419 or 14532607. OLE color: 14532607.
HSL color Cylindrical-coordinate representation of color #FFBFDD: hue angle of 331.88º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFBFDD is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 221 | - |
| CMYK | 0 | 0.25 | 0.13 | 0 |
| HSL | 331.88º | 1% | 0.87% | - |
| HSV(B) | 331.88º | 0.25% | 1% | - |
| XYZ | 72.92 | 63.74 | 76.87 | - |
| YUV | 213.56 | 132.2 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 221 | 0 | 0.25 | 0.13 | 0 | 331.88 | 1 | 0.87 |
| Hex | FF | BF | DD | 0 | 19 | D | 0 | 14C | 64 | 57 |
| Octal | 377 | 277 | 335 | 0 | 31 | 15 | 0 | 514 | 144 | 127 |
| Binary | 11111111 | 10111111 | 11011101 | 0 | 11001 | 1101 | 0 | 101001100 | 1100100 | 1010111 |
Color Harmonies of #FFBFDD
Complementary color
Monochromatic Colors of #FFBFDD
Black with #FFBFDD
Text Example
Text Example
White with #FFBFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBFDD; }
p { color: rgb(255,191,221); }
H1.HeaderClassName
{
color: #FFBFDD;
}
.AnyTagClassName
{
color: #FFBFDD;
}
</style>
background-color css
<style>
a { background-color: #FFBFDD; }
a { background-color: rgb(255,191,221); }
div.DivClassName
{
background-color: #FFBFDD;
}
.BgClassName
{
background-color: #FFBFDD;
}
</style>
border-color css
<style>
span { border-color: #FFBFDD; }
span { border-color: rgb(255,191,221); }
td.TdClassName
{
border-color: #FFBFDD;
}
.TagClassName
{
border-color: #FFBFDD;
}
</style>