Shades of Cotton Candy #FBBCD4
Tints of Cotton Candy #FBBCD4
RGB
CMYK
RGB Variations
Color information
#FBBCD4 (or 0xFBBCD4) is known color: Cotton Candy. HEX triplet: FB, BC and D4. RGB value is (251,188,212). Sum of RGB (Red+Green+Blue) = 251+188+212=651 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.56% from 651); Green value is 188 (73.83% from 255 or 28.88% from 651); Blue value is 212 (83.20% from 255 or 32.57% from 651); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBCD4 is #04432B. Grayscale: #D1D1D1. Windows color (decimal): -279340 or 13942011. OLE color: 13942011.
HSL color Cylindrical-coordinate representation of color #FBBCD4: hue angle of 337.14º 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 #FBBCD4 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 188 | 212 | - |
| CMYK | 0 | 0.25 | 0.16 | 0.02 |
| HSL | 337.14º | 0.89% | 0.86% | - |
| HSV(B) | 337.14º | 0.25% | 0.98% | - |
| XYZ | 69.65 | 61.23 | 70.43 | - |
| YUV | 209.57 | 129.37 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 188 | 212 | 0 | 0.25 | 0.16 | 0.02 | 337.14 | 0.89 | 0.86 |
| Hex | FB | BC | D4 | 0 | 19 | 10 | 2 | 151 | 59 | 56 |
| Octal | 373 | 274 | 324 | 0 | 31 | 20 | 2 | 521 | 131 | 126 |
| Binary | 11111011 | 10111100 | 11010100 | 0 | 11001 | 10000 | 10 | 101010001 | 1011001 | 1010110 |
Color Harmonies of #FBBCD4
Complementary color
Monochromatic Colors of #FBBCD4
Black with #FBBCD4
Text Example
Text Example
White with #FBBCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBCD4; }
p { color: rgb(251,188,212); }
H1.HeaderClassName
{
color: #FBBCD4;
}
.AnyTagClassName
{
color: #FBBCD4;
}
</style>
background-color css
<style>
a { background-color: #FBBCD4; }
a { background-color: rgb(251,188,212); }
div.DivClassName
{
background-color: #FBBCD4;
}
.BgClassName
{
background-color: #FBBCD4;
}
</style>
border-color css
<style>
span { border-color: #FBBCD4; }
span { border-color: rgb(251,188,212); }
td.TdClassName
{
border-color: #FBBCD4;
}
.TagClassName
{
border-color: #FBBCD4;
}
</style>