Shades of Cotton Candy #FFBFD5
Tints of Cotton Candy #FFBFD5
RGB
CMYK
RGB Variations
Color information
#FFBFD5 (or 0xFFBFD5) is known color: Cotton Candy. HEX triplet: FF, BF and D5. RGB value is (255,191,213). Sum of RGB (Red+Green+Blue) = 255+191+213=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 191 (75% from 255 or 28.98% from 659); Blue value is 213 (83.59% from 255 or 32.32% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBFD5 is #00402A. Grayscale: #D4D4D4. Windows color (decimal): -16427 or 14008319. OLE color: 14008319.
HSL color Cylindrical-coordinate representation of color #FFBFD5: hue angle of 339.38º 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 #FFBFD5 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 213 | - |
| CMYK | 0 | 0.25 | 0.16 | 0 |
| HSL | 339.38º | 1% | 0.87% | - |
| HSV(B) | 339.38º | 0.25% | 1% | - |
| XYZ | 71.88 | 63.33 | 71.39 | - |
| YUV | 212.64 | 128.2 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 213 | 0 | 0.25 | 0.16 | 0 | 339.38 | 1 | 0.87 |
| Hex | FF | BF | D5 | 0 | 19 | 10 | 0 | 153 | 64 | 57 |
| Octal | 377 | 277 | 325 | 0 | 31 | 20 | 0 | 523 | 144 | 127 |
| Binary | 11111111 | 10111111 | 11010101 | 0 | 11001 | 10000 | 0 | 101010011 | 1100100 | 1010111 |
Color Harmonies of #FFBFD5
Complementary color
Monochromatic Colors of #FFBFD5
Black with #FFBFD5
Text Example
Text Example
White with #FFBFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBFD5; }
p { color: rgb(255,191,213); }
H1.HeaderClassName
{
color: #FFBFD5;
}
.AnyTagClassName
{
color: #FFBFD5;
}
</style>
background-color css
<style>
a { background-color: #FFBFD5; }
a { background-color: rgb(255,191,213); }
div.DivClassName
{
background-color: #FFBFD5;
}
.BgClassName
{
background-color: #FFBFD5;
}
</style>
border-color css
<style>
span { border-color: #FFBFD5; }
span { border-color: rgb(255,191,213); }
td.TdClassName
{
border-color: #FFBFD5;
}
.TagClassName
{
border-color: #FFBFD5;
}
</style>