Shades of Cotton Candy #FBBAE5
Tints of Cotton Candy #FBBAE5
RGB
CMYK
RGB Variations
Color information
#FBBAE5 (or 0xFBBAE5) is known color: Cotton Candy. HEX triplet: FB, BA and E5. RGB value is (251,186,229). Sum of RGB (Red+Green+Blue) = 251+186+229=666 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.69% from 666); Green value is 186 (73.05% from 255 or 27.93% from 666); Blue value is 229 (89.84% from 255 or 34.38% from 666); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBAE5 is #04451A. Grayscale: #D2D2D2. Windows color (decimal): -279835 or 15055611. OLE color: 15055611.
HSL color Cylindrical-coordinate representation of color #FBBAE5: hue angle of 320.31º 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 #FBBAE5 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 186 | 229 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.02 |
| HSL | 320.31º | 0.89% | 0.86% | - |
| HSV(B) | 320.31º | 0.26% | 0.98% | - |
| XYZ | 71.49 | 61.28 | 82.19 | - |
| YUV | 210.34 | 138.53 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 186 | 229 | 0 | 0.26 | 0.09 | 0.02 | 320.31 | 0.89 | 0.86 |
| Hex | FB | BA | E5 | 0 | 1A | 9 | 2 | 140 | 59 | 56 |
| Octal | 373 | 272 | 345 | 0 | 32 | 11 | 2 | 500 | 131 | 126 |
| Binary | 11111011 | 10111010 | 11100101 | 0 | 11010 | 1001 | 10 | 101000000 | 1011001 | 1010110 |
Color Harmonies of #FBBAE5
Complementary color
Monochromatic Colors of #FBBAE5
Black with #FBBAE5
Text Example
Text Example
White with #FBBAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBAE5; }
p { color: rgb(251,186,229); }
H1.HeaderClassName
{
color: #FBBAE5;
}
.AnyTagClassName
{
color: #FBBAE5;
}
</style>
background-color css
<style>
a { background-color: #FBBAE5; }
a { background-color: rgb(251,186,229); }
div.DivClassName
{
background-color: #FBBAE5;
}
.BgClassName
{
background-color: #FBBAE5;
}
</style>
border-color css
<style>
span { border-color: #FBBAE5; }
span { border-color: rgb(251,186,229); }
td.TdClassName
{
border-color: #FBBAE5;
}
.TagClassName
{
border-color: #FBBAE5;
}
</style>