Shades of Cotton Candy #FBBBD1
Tints of Cotton Candy #FBBBD1
RGB
CMYK
RGB Variations
Color information
#FBBBD1 (or 0xFBBBD1) is known color: Cotton Candy. HEX triplet: FB, BB and D1. RGB value is (251,187,209). Sum of RGB (Red+Green+Blue) = 251+187+209=647 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.79% from 647); Green value is 187 (73.44% from 255 or 28.90% from 647); Blue value is 209 (82.03% from 255 or 32.30% from 647); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBBD1 is #04442E. Grayscale: #D0D0D0. Windows color (decimal): -279599 or 13745147. OLE color: 13745147.
HSL color Cylindrical-coordinate representation of color #FBBBD1: hue angle of 339.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 #FBBBD1 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 187 | 209 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.02 |
| HSL | 339.38º | 0.89% | 0.86% | - |
| HSV(B) | 339.38º | 0.25% | 0.98% | - |
| XYZ | 69.06 | 60.65 | 68.39 | - |
| YUV | 208.64 | 128.2 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 187 | 209 | 0 | 0.25 | 0.17 | 0.02 | 339.38 | 0.89 | 0.86 |
| Hex | FB | BB | D1 | 0 | 19 | 11 | 2 | 153 | 59 | 56 |
| Octal | 373 | 273 | 321 | 0 | 31 | 21 | 2 | 523 | 131 | 126 |
| Binary | 11111011 | 10111011 | 11010001 | 0 | 11001 | 10001 | 10 | 101010011 | 1011001 | 1010110 |
Color Harmonies of #FBBBD1
Complementary color
Monochromatic Colors of #FBBBD1
Black with #FBBBD1
Text Example
Text Example
White with #FBBBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBBD1; }
p { color: rgb(251,187,209); }
H1.HeaderClassName
{
color: #FBBBD1;
}
.AnyTagClassName
{
color: #FBBBD1;
}
</style>
background-color css
<style>
a { background-color: #FBBBD1; }
a { background-color: rgb(251,187,209); }
div.DivClassName
{
background-color: #FBBBD1;
}
.BgClassName
{
background-color: #FBBBD1;
}
</style>
border-color css
<style>
span { border-color: #FBBBD1; }
span { border-color: rgb(251,187,209); }
td.TdClassName
{
border-color: #FBBBD1;
}
.TagClassName
{
border-color: #FBBBD1;
}
</style>