Shades of Cotton Candy #FFBFDF
Tints of Cotton Candy #FFBFDF
RGB
CMYK
RGB Variations
Color information
#FFBFDF (or 0xFFBFDF) is known color: Cotton Candy. HEX triplet: FF, BF and DF. RGB value is (255,191,223). Sum of RGB (Red+Green+Blue) = 255+191+223=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 191 (75% from 255 or 28.55% from 669); Blue value is 223 (87.5% from 255 or 33.33% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBFDF is #004020. Grayscale: #D5D5D5. Windows color (decimal): -16417 or 14663679. OLE color: 14663679.
HSL color Cylindrical-coordinate representation of color #FFBFDF: hue angle of 330º 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 #FFBFDF is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 223 | - |
| CMYK | 0 | 0.25 | 0.13 | 0 |
| HSL | 330º | 1% | 0.87% | - |
| HSV(B) | 330º | 0.25% | 1% | - |
| XYZ | 73.19 | 63.85 | 78.28 | - |
| YUV | 213.78 | 133.2 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 223 | 0 | 0.25 | 0.13 | 0 | 330 | 1 | 0.87 |
| Hex | FF | BF | DF | 0 | 19 | D | 0 | 14A | 64 | 57 |
| Octal | 377 | 277 | 337 | 0 | 31 | 15 | 0 | 512 | 144 | 127 |
| Binary | 11111111 | 10111111 | 11011111 | 0 | 11001 | 1101 | 0 | 101001010 | 1100100 | 1010111 |
Color Harmonies of #FFBFDF
Complementary color
Monochromatic Colors of #FFBFDF
Black with #FFBFDF
Text Example
Text Example
White with #FFBFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBFDF; }
p { color: rgb(255,191,223); }
H1.HeaderClassName
{
color: #FFBFDF;
}
.AnyTagClassName
{
color: #FFBFDF;
}
</style>
background-color css
<style>
a { background-color: #FFBFDF; }
a { background-color: rgb(255,191,223); }
div.DivClassName
{
background-color: #FFBFDF;
}
.BgClassName
{
background-color: #FFBFDF;
}
</style>
border-color css
<style>
span { border-color: #FFBFDF; }
span { border-color: rgb(255,191,223); }
td.TdClassName
{
border-color: #FFBFDF;
}
.TagClassName
{
border-color: #FFBFDF;
}
</style>