Shades of Cotton Candy #FFBFE0
Tints of Cotton Candy #FFBFE0
RGB
CMYK
RGB Variations
Color information
#FFBFE0 (or 0xFFBFE0) is known color: Cotton Candy. HEX triplet: FF, BF and E0. RGB value is (255,191,224). Sum of RGB (Red+Green+Blue) = 255+191+224=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 191 (75% from 255 or 28.51% from 670); Blue value is 224 (87.89% from 255 or 33.43% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBFE0 is #00401F. Grayscale: #D5D5D5. Windows color (decimal): -16416 or 14729215. OLE color: 14729215.
HSL color Cylindrical-coordinate representation of color #FFBFE0: hue angle of 329.06º 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 #FFBFE0 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 224 | - |
| CMYK | 0 | 0.25 | 0.12 | 0 |
| HSL | 329.06º | 1% | 0.87% | - |
| HSV(B) | 329.06º | 0.25% | 1% | - |
| XYZ | 73.33 | 63.9 | 78.99 | - |
| YUV | 213.9 | 133.7 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 224 | 0 | 0.25 | 0.12 | 0 | 329.06 | 1 | 0.87 |
| Hex | FF | BF | E0 | 0 | 19 | C | 0 | 149 | 64 | 57 |
| Octal | 377 | 277 | 340 | 0 | 31 | 14 | 0 | 511 | 144 | 127 |
| Binary | 11111111 | 10111111 | 11100000 | 0 | 11001 | 1100 | 0 | 101001001 | 1100100 | 1010111 |
Color Harmonies of #FFBFE0
Complementary color
Monochromatic Colors of #FFBFE0
Black with #FFBFE0
Text Example
Text Example
White with #FFBFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBFE0; }
p { color: rgb(255,191,224); }
H1.HeaderClassName
{
color: #FFBFE0;
}
.AnyTagClassName
{
color: #FFBFE0;
}
</style>
background-color css
<style>
a { background-color: #FFBFE0; }
a { background-color: rgb(255,191,224); }
div.DivClassName
{
background-color: #FFBFE0;
}
.BgClassName
{
background-color: #FFBFE0;
}
</style>
border-color css
<style>
span { border-color: #FFBFE0; }
span { border-color: rgb(255,191,224); }
td.TdClassName
{
border-color: #FFBFE0;
}
.TagClassName
{
border-color: #FFBFE0;
}
</style>