Shades of Cotton Candy #FFBFD8
Tints of Cotton Candy #FFBFD8
RGB
CMYK
RGB Variations
Color information
#FFBFD8 (or 0xFFBFD8) is known color: Cotton Candy. HEX triplet: FF, BF and D8. RGB value is (255,191,216). Sum of RGB (Red+Green+Blue) = 255+191+216=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 191 (75% from 255 or 28.85% from 662); Blue value is 216 (84.77% from 255 or 32.63% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBFD8 is #004027. Grayscale: #D4D4D4. Windows color (decimal): -16424 or 14204927. OLE color: 14204927.
HSL color Cylindrical-coordinate representation of color #FFBFD8: hue angle of 336.56º 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 #FFBFD8 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 216 | - |
| CMYK | 0 | 0.25 | 0.15 | 0 |
| HSL | 336.56º | 1% | 0.87% | - |
| HSV(B) | 336.56º | 0.25% | 1% | - |
| XYZ | 72.27 | 63.48 | 73.41 | - |
| YUV | 212.99 | 129.7 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 216 | 0 | 0.25 | 0.15 | 0 | 336.56 | 1 | 0.87 |
| Hex | FF | BF | D8 | 0 | 19 | F | 0 | 151 | 64 | 57 |
| Octal | 377 | 277 | 330 | 0 | 31 | 17 | 0 | 521 | 144 | 127 |
| Binary | 11111111 | 10111111 | 11011000 | 0 | 11001 | 1111 | 0 | 101010001 | 1100100 | 1010111 |
Color Harmonies of #FFBFD8
Complementary color
Monochromatic Colors of #FFBFD8
Black with #FFBFD8
Text Example
Text Example
White with #FFBFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBFD8; }
p { color: rgb(255,191,216); }
H1.HeaderClassName
{
color: #FFBFD8;
}
.AnyTagClassName
{
color: #FFBFD8;
}
</style>
background-color css
<style>
a { background-color: #FFBFD8; }
a { background-color: rgb(255,191,216); }
div.DivClassName
{
background-color: #FFBFD8;
}
.BgClassName
{
background-color: #FFBFD8;
}
</style>
border-color css
<style>
span { border-color: #FFBFD8; }
span { border-color: rgb(255,191,216); }
td.TdClassName
{
border-color: #FFBFD8;
}
.TagClassName
{
border-color: #FFBFD8;
}
</style>