Shades of Cotton Candy #FBBAD1
Tints of Cotton Candy #FBBAD1
RGB
CMYK
RGB Variations
Color information
#FBBAD1 (or 0xFBBAD1) is known color: Cotton Candy. HEX triplet: FB, BA and D1. RGB value is (251,186,209). Sum of RGB (Red+Green+Blue) = 251+186+209=646 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.85% from 646); Green value is 186 (73.05% from 255 or 28.79% from 646); Blue value is 209 (82.03% from 255 or 32.35% from 646); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBAD1 is #04452E. Grayscale: #D0D0D0. Windows color (decimal): -279855 or 13744891. OLE color: 13744891.
HSL color Cylindrical-coordinate representation of color #FBBAD1: hue angle of 338.77º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FBBAD1 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 186 | 209 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.02 |
| HSL | 338.77º | 0.89% | 0.86% | - |
| HSV(B) | 338.77º | 0.26% | 0.98% | - |
| XYZ | 68.85 | 60.23 | 68.32 | - |
| YUV | 208.06 | 128.53 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 186 | 209 | 0 | 0.26 | 0.17 | 0.02 | 338.77 | 0.89 | 0.86 |
| Hex | FB | BA | D1 | 0 | 1A | 11 | 2 | 153 | 59 | 56 |
| Octal | 373 | 272 | 321 | 0 | 32 | 21 | 2 | 523 | 131 | 126 |
| Binary | 11111011 | 10111010 | 11010001 | 0 | 11010 | 10001 | 10 | 101010011 | 1011001 | 1010110 |
Color Harmonies of #FBBAD1
Complementary color
Monochromatic Colors of #FBBAD1
Black with #FBBAD1
Text Example
Text Example
White with #FBBAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBAD1; }
p { color: rgb(251,186,209); }
H1.HeaderClassName
{
color: #FBBAD1;
}
.AnyTagClassName
{
color: #FBBAD1;
}
</style>
background-color css
<style>
a { background-color: #FBBAD1; }
a { background-color: rgb(251,186,209); }
div.DivClassName
{
background-color: #FBBAD1;
}
.BgClassName
{
background-color: #FBBAD1;
}
</style>
border-color css
<style>
span { border-color: #FBBAD1; }
span { border-color: rgb(251,186,209); }
td.TdClassName
{
border-color: #FBBAD1;
}
.TagClassName
{
border-color: #FBBAD1;
}
</style>