Shades of Cotton Candy #FBBDDC
Tints of Cotton Candy #FBBDDC
RGB
CMYK
RGB Variations
Color information
#FBBDDC (or 0xFBBDDC) is known color: Cotton Candy. HEX triplet: FB, BD and DC. RGB value is (251,189,220). Sum of RGB (Red+Green+Blue) = 251+189+220=660 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.03% from 660); Green value is 189 (74.22% from 255 or 28.64% from 660); Blue value is 220 (86.33% from 255 or 33.33% from 660); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBDDC is #044223. Grayscale: #D3D3D3. Windows color (decimal): -279076 or 14466555. OLE color: 14466555.
HSL color Cylindrical-coordinate representation of color #FBBDDC: hue angle of 330º 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 #FBBDDC is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 189 | 220 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.02 |
| HSL | 330º | 0.89% | 0.86% | - |
| HSV(B) | 330º | 0.25% | 0.98% | - |
| XYZ | 70.9 | 62.07 | 75.95 | - |
| YUV | 211.07 | 133.04 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 189 | 220 | 0 | 0.25 | 0.12 | 0.02 | 330 | 0.89 | 0.86 |
| Hex | FB | BD | DC | 0 | 19 | C | 2 | 14A | 59 | 56 |
| Octal | 373 | 275 | 334 | 0 | 31 | 14 | 2 | 512 | 131 | 126 |
| Binary | 11111011 | 10111101 | 11011100 | 0 | 11001 | 1100 | 10 | 101001010 | 1011001 | 1010110 |
Color Harmonies of #FBBDDC
Complementary color
Monochromatic Colors of #FBBDDC
Black with #FBBDDC
Text Example
Text Example
White with #FBBDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBDDC; }
p { color: rgb(251,189,220); }
H1.HeaderClassName
{
color: #FBBDDC;
}
.AnyTagClassName
{
color: #FBBDDC;
}
</style>
background-color css
<style>
a { background-color: #FBBDDC; }
a { background-color: rgb(251,189,220); }
div.DivClassName
{
background-color: #FBBDDC;
}
.BgClassName
{
background-color: #FBBDDC;
}
</style>
border-color css
<style>
span { border-color: #FBBDDC; }
span { border-color: rgb(251,189,220); }
td.TdClassName
{
border-color: #FBBDDC;
}
.TagClassName
{
border-color: #FBBDDC;
}
</style>