Shades of Cotton Candy #FBBCD9
Tints of Cotton Candy #FBBCD9
RGB
CMYK
RGB Variations
Color information
#FBBCD9 (or 0xFBBCD9) is known color: Cotton Candy. HEX triplet: FB, BC and D9. RGB value is (251,188,217). Sum of RGB (Red+Green+Blue) = 251+188+217=656 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.26% from 656); Green value is 188 (73.83% from 255 or 28.66% from 656); Blue value is 217 (85.16% from 255 or 33.08% from 656); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBCD9 is #044326. Grayscale: #D2D2D2. Windows color (decimal): -279335 or 14269691. OLE color: 14269691.
HSL color Cylindrical-coordinate representation of color #FBBCD9: hue angle of 332.38º 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 #FBBCD9 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 188 | 217 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.02 |
| HSL | 332.38º | 0.89% | 0.86% | - |
| HSV(B) | 332.38º | 0.25% | 0.98% | - |
| XYZ | 70.29 | 61.49 | 73.81 | - |
| YUV | 210.14 | 131.87 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 188 | 217 | 0 | 0.25 | 0.14 | 0.02 | 332.38 | 0.89 | 0.86 |
| Hex | FB | BC | D9 | 0 | 19 | E | 2 | 14C | 59 | 56 |
| Octal | 373 | 274 | 331 | 0 | 31 | 16 | 2 | 514 | 131 | 126 |
| Binary | 11111011 | 10111100 | 11011001 | 0 | 11001 | 1110 | 10 | 101001100 | 1011001 | 1010110 |
Color Harmonies of #FBBCD9
Complementary color
Monochromatic Colors of #FBBCD9
Black with #FBBCD9
Text Example
Text Example
White with #FBBCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBCD9; }
p { color: rgb(251,188,217); }
H1.HeaderClassName
{
color: #FBBCD9;
}
.AnyTagClassName
{
color: #FBBCD9;
}
</style>
background-color css
<style>
a { background-color: #FBBCD9; }
a { background-color: rgb(251,188,217); }
div.DivClassName
{
background-color: #FBBCD9;
}
.BgClassName
{
background-color: #FBBCD9;
}
</style>
border-color css
<style>
span { border-color: #FBBCD9; }
span { border-color: rgb(251,188,217); }
td.TdClassName
{
border-color: #FBBCD9;
}
.TagClassName
{
border-color: #FBBCD9;
}
</style>