Shades of Cotton Candy #FBBCE1
Tints of Cotton Candy #FBBCE1
RGB
CMYK
RGB Variations
Color information
#FBBCE1 (or 0xFBBCE1) is known color: Cotton Candy. HEX triplet: FB, BC and E1. RGB value is (251,188,225). Sum of RGB (Red+Green+Blue) = 251+188+225=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 188 (73.83% from 255 or 28.31% from 664); Blue value is 225 (88.28% from 255 or 33.89% from 664); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBCE1 is #04431E. Grayscale: #D2D2D2. Windows color (decimal): -279327 or 14793979. OLE color: 14793979.
HSL color Cylindrical-coordinate representation of color #FBBCE1: hue angle of 324.76º 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 #FBBCE1 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 188 | 225 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.02 |
| HSL | 324.76º | 0.89% | 0.86% | - |
| HSV(B) | 324.76º | 0.25% | 0.98% | - |
| XYZ | 71.36 | 61.91 | 79.42 | - |
| YUV | 211.06 | 135.87 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 188 | 225 | 0 | 0.25 | 0.10 | 0.02 | 324.76 | 0.89 | 0.86 |
| Hex | FB | BC | E1 | 0 | 19 | A | 2 | 145 | 59 | 56 |
| Octal | 373 | 274 | 341 | 0 | 31 | 12 | 2 | 505 | 131 | 126 |
| Binary | 11111011 | 10111100 | 11100001 | 0 | 11001 | 1010 | 10 | 101000101 | 1011001 | 1010110 |
Color Harmonies of #FBBCE1
Complementary color
Monochromatic Colors of #FBBCE1
Black with #FBBCE1
Text Example
Text Example
White with #FBBCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBCE1; }
p { color: rgb(251,188,225); }
H1.HeaderClassName
{
color: #FBBCE1;
}
.AnyTagClassName
{
color: #FBBCE1;
}
</style>
background-color css
<style>
a { background-color: #FBBCE1; }
a { background-color: rgb(251,188,225); }
div.DivClassName
{
background-color: #FBBCE1;
}
.BgClassName
{
background-color: #FBBCE1;
}
</style>
border-color css
<style>
span { border-color: #FBBCE1; }
span { border-color: rgb(251,188,225); }
td.TdClassName
{
border-color: #FBBCE1;
}
.TagClassName
{
border-color: #FBBCE1;
}
</style>