Shades of Cotton Candy #FEBBE6
Tints of Cotton Candy #FEBBE6
RGB
CMYK
RGB Variations
Color information
#FEBBE6 (or 0xFEBBE6) is known color: Cotton Candy. HEX triplet: FE, BB and E6. RGB value is (254,187,230). Sum of RGB (Red+Green+Blue) = 254+187+230=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 187 (73.44% from 255 or 27.87% from 671); Blue value is 230 (90.23% from 255 or 34.28% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBBE6 is #014419. Grayscale: #D3D3D3. Windows color (decimal): -82970 or 15121406. OLE color: 15121406.
HSL color Cylindrical-coordinate representation of color #FEBBE6: hue angle of 321.49º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEBBE6 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 230 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.00 |
| HSL | 321.49º | 0.97% | 0.86% | - |
| HSV(B) | 321.49º | 0.26% | 1% | - |
| XYZ | 72.93 | 62.32 | 83.05 | - |
| YUV | 211.94 | 138.2 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 230 | 0 | 0.26 | 0.09 | 0.00 | 321.49 | 0.97 | 0.86 |
| Hex | FE | BB | E6 | 0 | 1A | 9 | 0 | 141 | 61 | 56 |
| Octal | 376 | 273 | 346 | 0 | 32 | 11 | 0 | 501 | 141 | 126 |
| Binary | 11111110 | 10111011 | 11100110 | 0 | 11010 | 1001 | 0 | 101000001 | 1100001 | 1010110 |
Color Harmonies of #FEBBE6
Complementary color
Monochromatic Colors of #FEBBE6
Black with #FEBBE6
Text Example
Text Example
White with #FEBBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBBE6; }
p { color: rgb(254,187,230); }
H1.HeaderClassName
{
color: #FEBBE6;
}
.AnyTagClassName
{
color: #FEBBE6;
}
</style>
background-color css
<style>
a { background-color: #FEBBE6; }
a { background-color: rgb(254,187,230); }
div.DivClassName
{
background-color: #FEBBE6;
}
.BgClassName
{
background-color: #FEBBE6;
}
</style>
border-color css
<style>
span { border-color: #FEBBE6; }
span { border-color: rgb(254,187,230); }
td.TdClassName
{
border-color: #FEBBE6;
}
.TagClassName
{
border-color: #FEBBE6;
}
</style>