Shades of Cotton Candy #FBBCDC
Tints of Cotton Candy #FBBCDC
RGB
CMYK
RGB Variations
Color information
#FBBCDC (or 0xFBBCDC) is known color: Cotton Candy. HEX triplet: FB, BC and DC. RGB value is (251,188,220). Sum of RGB (Red+Green+Blue) = 251+188+220=659 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.09% from 659); Green value is 188 (73.83% from 255 or 28.53% from 659); Blue value is 220 (86.33% from 255 or 33.38% from 659); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBCDC is #044323. Grayscale: #D2D2D2. Windows color (decimal): -279332 or 14466299. OLE color: 14466299.
HSL color Cylindrical-coordinate representation of color #FBBCDC: hue angle of 329.52º 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 #FBBCDC is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 188 | 220 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.02 |
| HSL | 329.52º | 0.89% | 0.86% | - |
| HSV(B) | 329.52º | 0.25% | 0.98% | - |
| XYZ | 70.69 | 61.64 | 75.88 | - |
| YUV | 210.49 | 133.37 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 188 | 220 | 0 | 0.25 | 0.12 | 0.02 | 329.52 | 0.89 | 0.86 |
| Hex | FB | BC | DC | 0 | 19 | C | 2 | 14A | 59 | 56 |
| Octal | 373 | 274 | 334 | 0 | 31 | 14 | 2 | 512 | 131 | 126 |
| Binary | 11111011 | 10111100 | 11011100 | 0 | 11001 | 1100 | 10 | 101001010 | 1011001 | 1010110 |
Color Harmonies of #FBBCDC
Complementary color
Monochromatic Colors of #FBBCDC
Black with #FBBCDC
Text Example
Text Example
White with #FBBCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBCDC; }
p { color: rgb(251,188,220); }
H1.HeaderClassName
{
color: #FBBCDC;
}
.AnyTagClassName
{
color: #FBBCDC;
}
</style>
background-color css
<style>
a { background-color: #FBBCDC; }
a { background-color: rgb(251,188,220); }
div.DivClassName
{
background-color: #FBBCDC;
}
.BgClassName
{
background-color: #FBBCDC;
}
</style>
border-color css
<style>
span { border-color: #FBBCDC; }
span { border-color: rgb(251,188,220); }
td.TdClassName
{
border-color: #FBBCDC;
}
.TagClassName
{
border-color: #FBBCDC;
}
</style>