Shades of Cotton Candy #FFBFD4
Tints of Cotton Candy #FFBFD4
RGB
CMYK
RGB Variations
Color information
#FFBFD4 (or 0xFFBFD4) is known color: Cotton Candy. HEX triplet: FF, BF and D4. RGB value is (255,191,212). Sum of RGB (Red+Green+Blue) = 255+191+212=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 191 (75% from 255 or 29.03% from 658); Blue value is 212 (83.20% from 255 or 32.22% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBFD4 is #00402B. Grayscale: #D4D4D4. Windows color (decimal): -16428 or 13942783. OLE color: 13942783.
HSL color Cylindrical-coordinate representation of color #FFBFD4: hue angle of 340.31º 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 #FFBFD4 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 212 | - |
| CMYK | 0 | 0.25 | 0.17 | 0 |
| HSL | 340.31º | 1% | 0.87% | - |
| HSV(B) | 340.31º | 0.25% | 1% | - |
| XYZ | 71.75 | 63.28 | 70.72 | - |
| YUV | 212.53 | 127.7 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 212 | 0 | 0.25 | 0.17 | 0 | 340.31 | 1 | 0.87 |
| Hex | FF | BF | D4 | 0 | 19 | 11 | 0 | 154 | 64 | 57 |
| Octal | 377 | 277 | 324 | 0 | 31 | 21 | 0 | 524 | 144 | 127 |
| Binary | 11111111 | 10111111 | 11010100 | 0 | 11001 | 10001 | 0 | 101010100 | 1100100 | 1010111 |
Color Harmonies of #FFBFD4
Complementary color
Monochromatic Colors of #FFBFD4
Black with #FFBFD4
Text Example
Text Example
White with #FFBFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBFD4; }
p { color: rgb(255,191,212); }
H1.HeaderClassName
{
color: #FFBFD4;
}
.AnyTagClassName
{
color: #FFBFD4;
}
</style>
background-color css
<style>
a { background-color: #FFBFD4; }
a { background-color: rgb(255,191,212); }
div.DivClassName
{
background-color: #FFBFD4;
}
.BgClassName
{
background-color: #FFBFD4;
}
</style>
border-color css
<style>
span { border-color: #FFBFD4; }
span { border-color: rgb(255,191,212); }
td.TdClassName
{
border-color: #FFBFD4;
}
.TagClassName
{
border-color: #FFBFD4;
}
</style>