Shades of Cotton Candy #FBBCD6
Tints of Cotton Candy #FBBCD6
RGB
CMYK
RGB Variations
Color information
#FBBCD6 (or 0xFBBCD6) is known color: Cotton Candy. HEX triplet: FB, BC and D6. RGB value is (251,188,214). Sum of RGB (Red+Green+Blue) = 251+188+214=653 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.44% from 653); Green value is 188 (73.83% from 255 or 28.79% from 653); Blue value is 214 (83.98% from 255 or 32.77% from 653); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBCD6 is #044329. Grayscale: #D1D1D1. Windows color (decimal): -279338 or 14073083. OLE color: 14073083.
HSL color Cylindrical-coordinate representation of color #FBBCD6: hue angle of 335.24º 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 #FBBCD6 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 188 | 214 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.02 |
| HSL | 335.24º | 0.89% | 0.86% | - |
| HSV(B) | 335.24º | 0.25% | 0.98% | - |
| XYZ | 69.9 | 61.33 | 71.77 | - |
| YUV | 209.8 | 130.37 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 188 | 214 | 0 | 0.25 | 0.15 | 0.02 | 335.24 | 0.89 | 0.86 |
| Hex | FB | BC | D6 | 0 | 19 | F | 2 | 14F | 59 | 56 |
| Octal | 373 | 274 | 326 | 0 | 31 | 17 | 2 | 517 | 131 | 126 |
| Binary | 11111011 | 10111100 | 11010110 | 0 | 11001 | 1111 | 10 | 101001111 | 1011001 | 1010110 |
Color Harmonies of #FBBCD6
Complementary color
Monochromatic Colors of #FBBCD6
Black with #FBBCD6
Text Example
Text Example
White with #FBBCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBCD6; }
p { color: rgb(251,188,214); }
H1.HeaderClassName
{
color: #FBBCD6;
}
.AnyTagClassName
{
color: #FBBCD6;
}
</style>
background-color css
<style>
a { background-color: #FBBCD6; }
a { background-color: rgb(251,188,214); }
div.DivClassName
{
background-color: #FBBCD6;
}
.BgClassName
{
background-color: #FBBCD6;
}
</style>
border-color css
<style>
span { border-color: #FBBCD6; }
span { border-color: rgb(251,188,214); }
td.TdClassName
{
border-color: #FBBCD6;
}
.TagClassName
{
border-color: #FBBCD6;
}
</style>