Shades of Cotton Candy #FBBBDF
Tints of Cotton Candy #FBBBDF
RGB
CMYK
RGB Variations
Color information
#FBBBDF (or 0xFBBBDF) is known color: Cotton Candy. HEX triplet: FB, BB and DF. RGB value is (251,187,223). Sum of RGB (Red+Green+Blue) = 251+187+223=661 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.97% from 661); Green value is 187 (73.44% from 255 or 28.29% from 661); Blue value is 223 (87.5% from 255 or 33.74% from 661); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBBDF is #044420. Grayscale: #D2D2D2. Windows color (decimal): -279585 or 14662651. OLE color: 14662651.
HSL color Cylindrical-coordinate representation of color #FBBBDF: hue angle of 326.25º 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 #FBBBDF is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 187 | 223 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.02 |
| HSL | 326.25º | 0.89% | 0.86% | - |
| HSV(B) | 326.25º | 0.25% | 0.98% | - |
| XYZ | 70.87 | 61.38 | 77.92 | - |
| YUV | 210.24 | 135.2 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 187 | 223 | 0 | 0.25 | 0.11 | 0.02 | 326.25 | 0.89 | 0.86 |
| Hex | FB | BB | DF | 0 | 19 | B | 2 | 146 | 59 | 56 |
| Octal | 373 | 273 | 337 | 0 | 31 | 13 | 2 | 506 | 131 | 126 |
| Binary | 11111011 | 10111011 | 11011111 | 0 | 11001 | 1011 | 10 | 101000110 | 1011001 | 1010110 |
Color Harmonies of #FBBBDF
Complementary color
Monochromatic Colors of #FBBBDF
Black with #FBBBDF
Text Example
Text Example
White with #FBBBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBBDF; }
p { color: rgb(251,187,223); }
H1.HeaderClassName
{
color: #FBBBDF;
}
.AnyTagClassName
{
color: #FBBBDF;
}
</style>
background-color css
<style>
a { background-color: #FBBBDF; }
a { background-color: rgb(251,187,223); }
div.DivClassName
{
background-color: #FBBBDF;
}
.BgClassName
{
background-color: #FBBBDF;
}
</style>
border-color css
<style>
span { border-color: #FBBBDF; }
span { border-color: rgb(251,187,223); }
td.TdClassName
{
border-color: #FBBBDF;
}
.TagClassName
{
border-color: #FBBBDF;
}
</style>