Shades of Cotton Candy #FBBBD2
Tints of Cotton Candy #FBBBD2
RGB
CMYK
RGB Variations
Color information
#FBBBD2 (or 0xFBBBD2) is known color: Cotton Candy. HEX triplet: FB, BB and D2. RGB value is (251,187,210). Sum of RGB (Red+Green+Blue) = 251+187+210=648 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.73% from 648); Green value is 187 (73.44% from 255 or 28.86% from 648); Blue value is 210 (82.42% from 255 or 32.41% from 648); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBBD2 is #04442D. Grayscale: #D0D0D0. Windows color (decimal): -279598 or 13810683. OLE color: 13810683.
HSL color Cylindrical-coordinate representation of color #FBBBD2: hue angle of 338.44º 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 #FBBBD2 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 187 | 210 | - |
| CMYK | 0 | 0.25 | 0.16 | 0.02 |
| HSL | 338.44º | 0.89% | 0.86% | - |
| HSV(B) | 338.44º | 0.25% | 0.98% | - |
| XYZ | 69.19 | 60.7 | 69.04 | - |
| YUV | 208.76 | 128.7 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 187 | 210 | 0 | 0.25 | 0.16 | 0.02 | 338.44 | 0.89 | 0.86 |
| Hex | FB | BB | D2 | 0 | 19 | 10 | 2 | 152 | 59 | 56 |
| Octal | 373 | 273 | 322 | 0 | 31 | 20 | 2 | 522 | 131 | 126 |
| Binary | 11111011 | 10111011 | 11010010 | 0 | 11001 | 10000 | 10 | 101010010 | 1011001 | 1010110 |
Color Harmonies of #FBBBD2
Complementary color
Monochromatic Colors of #FBBBD2
Black with #FBBBD2
Text Example
Text Example
White with #FBBBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBBD2; }
p { color: rgb(251,187,210); }
H1.HeaderClassName
{
color: #FBBBD2;
}
.AnyTagClassName
{
color: #FBBBD2;
}
</style>
background-color css
<style>
a { background-color: #FBBBD2; }
a { background-color: rgb(251,187,210); }
div.DivClassName
{
background-color: #FBBBD2;
}
.BgClassName
{
background-color: #FBBBD2;
}
</style>
border-color css
<style>
span { border-color: #FBBBD2; }
span { border-color: rgb(251,187,210); }
td.TdClassName
{
border-color: #FBBBD2;
}
.TagClassName
{
border-color: #FBBBD2;
}
</style>