Shades of Cotton Candy #FBBCD7
Tints of Cotton Candy #FBBCD7
RGB
CMYK
RGB Variations
Color information
#FBBCD7 (or 0xFBBCD7) is known color: Cotton Candy. HEX triplet: FB, BC and D7. RGB value is (251,188,215). Sum of RGB (Red+Green+Blue) = 251+188+215=654 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.38% from 654); Green value is 188 (73.83% from 255 or 28.75% from 654); Blue value is 215 (84.38% from 255 or 32.87% from 654); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBCD7 is #044328. Grayscale: #D1D1D1. Windows color (decimal): -279337 or 14138619. OLE color: 14138619.
HSL color Cylindrical-coordinate representation of color #FBBCD7: hue angle of 334.29º 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 #FBBCD7 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 188 | 215 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.02 |
| HSL | 334.29º | 0.89% | 0.86% | - |
| HSV(B) | 334.29º | 0.25% | 0.98% | - |
| XYZ | 70.03 | 61.38 | 72.45 | - |
| YUV | 209.92 | 130.87 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 188 | 215 | 0 | 0.25 | 0.14 | 0.02 | 334.29 | 0.89 | 0.86 |
| Hex | FB | BC | D7 | 0 | 19 | E | 2 | 14E | 59 | 56 |
| Octal | 373 | 274 | 327 | 0 | 31 | 16 | 2 | 516 | 131 | 126 |
| Binary | 11111011 | 10111100 | 11010111 | 0 | 11001 | 1110 | 10 | 101001110 | 1011001 | 1010110 |
Color Harmonies of #FBBCD7
Complementary color
Monochromatic Colors of #FBBCD7
Black with #FBBCD7
Text Example
Text Example
White with #FBBCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBCD7; }
p { color: rgb(251,188,215); }
H1.HeaderClassName
{
color: #FBBCD7;
}
.AnyTagClassName
{
color: #FBBCD7;
}
</style>
background-color css
<style>
a { background-color: #FBBCD7; }
a { background-color: rgb(251,188,215); }
div.DivClassName
{
background-color: #FBBCD7;
}
.BgClassName
{
background-color: #FBBCD7;
}
</style>
border-color css
<style>
span { border-color: #FBBCD7; }
span { border-color: rgb(251,188,215); }
td.TdClassName
{
border-color: #FBBCD7;
}
.TagClassName
{
border-color: #FBBCD7;
}
</style>