Shades of Cotton Candy #FBBDD5
Tints of Cotton Candy #FBBDD5
RGB
CMYK
RGB Variations
Color information
#FBBDD5 (or 0xFBBDD5) is known color: Cotton Candy. HEX triplet: FB, BD and D5. RGB value is (251,189,213). Sum of RGB (Red+Green+Blue) = 251+189+213=653 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.44% from 653); Green value is 189 (74.22% from 255 or 28.94% from 653); Blue value is 213 (83.59% from 255 or 32.62% from 653); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBDD5 is #04422A. Grayscale: #D2D2D2. Windows color (decimal): -279083 or 14007803. OLE color: 14007803.
HSL color Cylindrical-coordinate representation of color #FBBDD5: hue angle of 336.77º 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 #FBBDD5 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 189 | 213 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.02 |
| HSL | 336.77º | 0.89% | 0.86% | - |
| HSV(B) | 336.77º | 0.25% | 0.98% | - |
| XYZ | 69.99 | 61.71 | 71.17 | - |
| YUV | 210.27 | 129.54 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 189 | 213 | 0 | 0.25 | 0.15 | 0.02 | 336.77 | 0.89 | 0.86 |
| Hex | FB | BD | D5 | 0 | 19 | F | 2 | 151 | 59 | 56 |
| Octal | 373 | 275 | 325 | 0 | 31 | 17 | 2 | 521 | 131 | 126 |
| Binary | 11111011 | 10111101 | 11010101 | 0 | 11001 | 1111 | 10 | 101010001 | 1011001 | 1010110 |
Color Harmonies of #FBBDD5
Complementary color
Monochromatic Colors of #FBBDD5
Black with #FBBDD5
Text Example
Text Example
White with #FBBDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBDD5; }
p { color: rgb(251,189,213); }
H1.HeaderClassName
{
color: #FBBDD5;
}
.AnyTagClassName
{
color: #FBBDD5;
}
</style>
background-color css
<style>
a { background-color: #FBBDD5; }
a { background-color: rgb(251,189,213); }
div.DivClassName
{
background-color: #FBBDD5;
}
.BgClassName
{
background-color: #FBBDD5;
}
</style>
border-color css
<style>
span { border-color: #FBBDD5; }
span { border-color: rgb(251,189,213); }
td.TdClassName
{
border-color: #FBBDD5;
}
.TagClassName
{
border-color: #FBBDD5;
}
</style>