Shades of Cotton Candy #FBBCD5
Tints of Cotton Candy #FBBCD5
RGB
CMYK
RGB Variations
Color information
#FBBCD5 (or 0xFBBCD5) is known color: Cotton Candy. HEX triplet: FB, BC and D5. RGB value is (251,188,213). Sum of RGB (Red+Green+Blue) = 251+188+213=652 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.50% from 652); Green value is 188 (73.83% from 255 or 28.83% from 652); Blue value is 213 (83.59% from 255 or 32.67% from 652); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBCD5 is #04432A. Grayscale: #D1D1D1. Windows color (decimal): -279339 or 14007547. OLE color: 14007547.
HSL color Cylindrical-coordinate representation of color #FBBCD5: hue angle of 336.19º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBBCD5 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 188 | 213 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.02 |
| HSL | 336.19º | 0.89% | 0.86% | - |
| HSV(B) | 336.19º | 0.25% | 0.98% | - |
| XYZ | 69.78 | 61.28 | 71.1 | - |
| YUV | 209.69 | 129.87 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 188 | 213 | 0 | 0.25 | 0.15 | 0.02 | 336.19 | 0.89 | 0.86 |
| Hex | FB | BC | D5 | 0 | 19 | F | 2 | 150 | 59 | 56 |
| Octal | 373 | 274 | 325 | 0 | 31 | 17 | 2 | 520 | 131 | 126 |
| Binary | 11111011 | 10111100 | 11010101 | 0 | 11001 | 1111 | 10 | 101010000 | 1011001 | 1010110 |
Color Harmonies of #FBBCD5
Complementary color
Monochromatic Colors of #FBBCD5
Black with #FBBCD5
Text Example
Text Example
White with #FBBCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBCD5; }
p { color: rgb(251,188,213); }
H1.HeaderClassName
{
color: #FBBCD5;
}
.AnyTagClassName
{
color: #FBBCD5;
}
</style>
background-color css
<style>
a { background-color: #FBBCD5; }
a { background-color: rgb(251,188,213); }
div.DivClassName
{
background-color: #FBBCD5;
}
.BgClassName
{
background-color: #FBBCD5;
}
</style>
border-color css
<style>
span { border-color: #FBBCD5; }
span { border-color: rgb(251,188,213); }
td.TdClassName
{
border-color: #FBBCD5;
}
.TagClassName
{
border-color: #FBBCD5;
}
</style>