Shades of Cotton Candy #FFBFD6
Tints of Cotton Candy #FFBFD6
RGB
CMYK
RGB Variations
Color information
#FFBFD6 (or 0xFFBFD6) is known color: Cotton Candy. HEX triplet: FF, BF and D6. RGB value is (255,191,214). Sum of RGB (Red+Green+Blue) = 255+191+214=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 191 (75% from 255 or 28.94% from 660); Blue value is 214 (83.98% from 255 or 32.42% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBFD6 is #004029. Grayscale: #D4D4D4. Windows color (decimal): -16426 or 14073855. OLE color: 14073855.
HSL color Cylindrical-coordinate representation of color #FFBFD6: hue angle of 338.44º 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 #FFBFD6 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 214 | - |
| CMYK | 0 | 0.25 | 0.16 | 0 |
| HSL | 338.44º | 1% | 0.87% | - |
| HSV(B) | 338.44º | 0.25% | 1% | - |
| XYZ | 72.01 | 63.38 | 72.06 | - |
| YUV | 212.76 | 128.7 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 214 | 0 | 0.25 | 0.16 | 0 | 338.44 | 1 | 0.87 |
| Hex | FF | BF | D6 | 0 | 19 | 10 | 0 | 152 | 64 | 57 |
| Octal | 377 | 277 | 326 | 0 | 31 | 20 | 0 | 522 | 144 | 127 |
| Binary | 11111111 | 10111111 | 11010110 | 0 | 11001 | 10000 | 0 | 101010010 | 1100100 | 1010111 |
Color Harmonies of #FFBFD6
Complementary color
Monochromatic Colors of #FFBFD6
Black with #FFBFD6
Text Example
Text Example
White with #FFBFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBFD6; }
p { color: rgb(255,191,214); }
H1.HeaderClassName
{
color: #FFBFD6;
}
.AnyTagClassName
{
color: #FFBFD6;
}
</style>
background-color css
<style>
a { background-color: #FFBFD6; }
a { background-color: rgb(255,191,214); }
div.DivClassName
{
background-color: #FFBFD6;
}
.BgClassName
{
background-color: #FFBFD6;
}
</style>
border-color css
<style>
span { border-color: #FFBFD6; }
span { border-color: rgb(255,191,214); }
td.TdClassName
{
border-color: #FFBFD6;
}
.TagClassName
{
border-color: #FFBFD6;
}
</style>