Shades of Cotton Candy #FFBFD7
Tints of Cotton Candy #FFBFD7
RGB
CMYK
RGB Variations
Color information
#FFBFD7 (or 0xFFBFD7) is known color: Cotton Candy. HEX triplet: FF, BF and D7. RGB value is (255,191,215). Sum of RGB (Red+Green+Blue) = 255+191+215=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 191 (75% from 255 or 28.90% from 661); Blue value is 215 (84.38% from 255 or 32.53% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBFD7 is #004028. Grayscale: #D4D4D4. Windows color (decimal): -16425 or 14139391. OLE color: 14139391.
HSL color Cylindrical-coordinate representation of color #FFBFD7: hue angle of 337.5º 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 #FFBFD7 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 215 | - |
| CMYK | 0 | 0.25 | 0.16 | 0 |
| HSL | 337.5º | 1% | 0.87% | - |
| HSV(B) | 337.5º | 0.25% | 1% | - |
| XYZ | 72.14 | 63.43 | 72.73 | - |
| YUV | 212.87 | 129.2 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 215 | 0 | 0.25 | 0.16 | 0 | 337.5 | 1 | 0.87 |
| Hex | FF | BF | D7 | 0 | 19 | 10 | 0 | 152 | 64 | 57 |
| Octal | 377 | 277 | 327 | 0 | 31 | 20 | 0 | 522 | 144 | 127 |
| Binary | 11111111 | 10111111 | 11010111 | 0 | 11001 | 10000 | 0 | 101010010 | 1100100 | 1010111 |
Color Harmonies of #FFBFD7
Complementary color
Monochromatic Colors of #FFBFD7
Black with #FFBFD7
Text Example
Text Example
White with #FFBFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBFD7; }
p { color: rgb(255,191,215); }
H1.HeaderClassName
{
color: #FFBFD7;
}
.AnyTagClassName
{
color: #FFBFD7;
}
</style>
background-color css
<style>
a { background-color: #FFBFD7; }
a { background-color: rgb(255,191,215); }
div.DivClassName
{
background-color: #FFBFD7;
}
.BgClassName
{
background-color: #FFBFD7;
}
</style>
border-color css
<style>
span { border-color: #FFBFD7; }
span { border-color: rgb(255,191,215); }
td.TdClassName
{
border-color: #FFBFD7;
}
.TagClassName
{
border-color: #FFBFD7;
}
</style>