Shades of Cotton Candy #FBB8D9
Tints of Cotton Candy #FBB8D9
RGB
CMYK
RGB Variations
Color information
#FBB8D9 (or 0xFBB8D9) is known color: Cotton Candy. HEX triplet: FB, B8 and D9. RGB value is (251,184,217). Sum of RGB (Red+Green+Blue) = 251+184+217=652 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.50% from 652); Green value is 184 (72.27% from 255 or 28.22% from 652); Blue value is 217 (85.16% from 255 or 33.28% from 652); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB8D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB8D9 is #044726. Grayscale: #CFCFCF. Windows color (decimal): -280359 or 14268667. OLE color: 14268667.
HSL color Cylindrical-coordinate representation of color #FBB8D9: hue angle of 330.45º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FBB8D9 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 184 | 217 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.02 |
| HSL | 330.45º | 0.89% | 0.85% | - |
| HSV(B) | 330.45º | 0.27% | 0.98% | - |
| XYZ | 69.45 | 59.8 | 73.53 | - |
| YUV | 207.8 | 133.2 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 184 | 217 | 0 | 0.27 | 0.14 | 0.02 | 330.45 | 0.89 | 0.85 |
| Hex | FB | B8 | D9 | 0 | 1B | E | 2 | 14A | 59 | 55 |
| Octal | 373 | 270 | 331 | 0 | 33 | 16 | 2 | 512 | 131 | 125 |
| Binary | 11111011 | 10111000 | 11011001 | 0 | 11011 | 1110 | 10 | 101001010 | 1011001 | 1010101 |
Color Harmonies of #FBB8D9
Complementary color
Monochromatic Colors of #FBB8D9
Black with #FBB8D9
Text Example
Text Example
White with #FBB8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB8D9; }
p { color: rgb(251,184,217); }
H1.HeaderClassName
{
color: #FBB8D9;
}
.AnyTagClassName
{
color: #FBB8D9;
}
</style>
background-color css
<style>
a { background-color: #FBB8D9; }
a { background-color: rgb(251,184,217); }
div.DivClassName
{
background-color: #FBB8D9;
}
.BgClassName
{
background-color: #FBB8D9;
}
</style>
border-color css
<style>
span { border-color: #FBB8D9; }
span { border-color: rgb(251,184,217); }
td.TdClassName
{
border-color: #FBB8D9;
}
.TagClassName
{
border-color: #FBB8D9;
}
</style>