Shades of Cotton Candy #FBBAE2
Tints of Cotton Candy #FBBAE2
RGB
CMYK
RGB Variations
Color information
#FBBAE2 (or 0xFBBAE2) is known color: Cotton Candy. HEX triplet: FB, BA and E2. RGB value is (251,186,226). Sum of RGB (Red+Green+Blue) = 251+186+226=663 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.86% from 663); Green value is 186 (73.05% from 255 or 28.05% from 663); Blue value is 226 (88.67% from 255 or 34.09% from 663); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBAE2 is #04451D. Grayscale: #D1D1D1. Windows color (decimal): -279838 or 14859003. OLE color: 14859003.
HSL color Cylindrical-coordinate representation of color #FBBAE2: hue angle of 323.08º 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 #FBBAE2 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 186 | 226 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.02 |
| HSL | 323.08º | 0.89% | 0.86% | - |
| HSV(B) | 323.08º | 0.26% | 0.98% | - |
| XYZ | 71.07 | 61.12 | 80 | - |
| YUV | 210 | 137.03 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 186 | 226 | 0 | 0.26 | 0.10 | 0.02 | 323.08 | 0.89 | 0.86 |
| Hex | FB | BA | E2 | 0 | 1A | A | 2 | 143 | 59 | 56 |
| Octal | 373 | 272 | 342 | 0 | 32 | 12 | 2 | 503 | 131 | 126 |
| Binary | 11111011 | 10111010 | 11100010 | 0 | 11010 | 1010 | 10 | 101000011 | 1011001 | 1010110 |
Color Harmonies of #FBBAE2
Complementary color
Monochromatic Colors of #FBBAE2
Black with #FBBAE2
Text Example
Text Example
White with #FBBAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBAE2; }
p { color: rgb(251,186,226); }
H1.HeaderClassName
{
color: #FBBAE2;
}
.AnyTagClassName
{
color: #FBBAE2;
}
</style>
background-color css
<style>
a { background-color: #FBBAE2; }
a { background-color: rgb(251,186,226); }
div.DivClassName
{
background-color: #FBBAE2;
}
.BgClassName
{
background-color: #FBBAE2;
}
</style>
border-color css
<style>
span { border-color: #FBBAE2; }
span { border-color: rgb(251,186,226); }
td.TdClassName
{
border-color: #FBBAE2;
}
.TagClassName
{
border-color: #FBBAE2;
}
</style>