Shades of Cotton Candy #FBBDD0
Tints of Cotton Candy #FBBDD0
RGB
CMYK
RGB Variations
Color information
#FBBDD0 (or 0xFBBDD0) is known color: Cotton Candy. HEX triplet: FB, BD and D0. RGB value is (251,189,208). Sum of RGB (Red+Green+Blue) = 251+189+208=648 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.73% from 648); Green value is 189 (74.22% from 255 or 29.17% from 648); Blue value is 208 (81.64% from 255 or 32.10% from 648); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBDD0 is #04422F. Grayscale: #D1D1D1. Windows color (decimal): -279088 or 13680123. OLE color: 13680123.
HSL color Cylindrical-coordinate representation of color #FBBDD0: hue angle of 341.61º 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 #FBBDD0 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 189 | 208 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.02 |
| HSL | 341.61º | 0.89% | 0.86% | - |
| HSV(B) | 341.61º | 0.25% | 0.98% | - |
| XYZ | 69.37 | 61.46 | 67.88 | - |
| YUV | 209.7 | 127.04 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 189 | 208 | 0 | 0.25 | 0.17 | 0.02 | 341.61 | 0.89 | 0.86 |
| Hex | FB | BD | D0 | 0 | 19 | 11 | 2 | 156 | 59 | 56 |
| Octal | 373 | 275 | 320 | 0 | 31 | 21 | 2 | 526 | 131 | 126 |
| Binary | 11111011 | 10111101 | 11010000 | 0 | 11001 | 10001 | 10 | 101010110 | 1011001 | 1010110 |
Color Harmonies of #FBBDD0
Complementary color
Monochromatic Colors of #FBBDD0
Black with #FBBDD0
Text Example
Text Example
White with #FBBDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBDD0; }
p { color: rgb(251,189,208); }
H1.HeaderClassName
{
color: #FBBDD0;
}
.AnyTagClassName
{
color: #FBBDD0;
}
</style>
background-color css
<style>
a { background-color: #FBBDD0; }
a { background-color: rgb(251,189,208); }
div.DivClassName
{
background-color: #FBBDD0;
}
.BgClassName
{
background-color: #FBBDD0;
}
</style>
border-color css
<style>
span { border-color: #FBBDD0; }
span { border-color: rgb(251,189,208); }
td.TdClassName
{
border-color: #FBBDD0;
}
.TagClassName
{
border-color: #FBBDD0;
}
</style>