Shades of Cotton Candy #F8BAE0
Tints of Cotton Candy #F8BAE0
RGB
CMYK
RGB Variations
Color information
#F8BAE0 (or 0xF8BAE0) is known color: Cotton Candy. HEX triplet: F8, BA and E0. RGB value is (248,186,224). Sum of RGB (Red+Green+Blue) = 248+186+224=658 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.69% from 658); Green value is 186 (73.05% from 255 or 28.27% from 658); Blue value is 224 (87.89% from 255 or 34.04% from 658); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BAE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BAE0 is #07451F. Grayscale: #D0D0D0. Windows color (decimal): -476448 or 14727928. OLE color: 14727928.
HSL color Cylindrical-coordinate representation of color #F8BAE0: hue angle of 323.23º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8BAE0 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 186 | 224 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.03 |
| HSL | 323.23º | 0.82% | 0.85% | - |
| HSV(B) | 323.23º | 0.25% | 0.97% | - |
| XYZ | 69.72 | 60.46 | 78.52 | - |
| YUV | 208.87 | 136.54 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 186 | 224 | 0 | 0.25 | 0.10 | 0.03 | 323.23 | 0.82 | 0.85 |
| Hex | F8 | BA | E0 | 0 | 19 | A | 3 | 143 | 52 | 55 |
| Octal | 370 | 272 | 340 | 0 | 31 | 12 | 3 | 503 | 122 | 125 |
| Binary | 11111000 | 10111010 | 11100000 | 0 | 11001 | 1010 | 11 | 101000011 | 1010010 | 1010101 |
Color Harmonies of #F8BAE0
Complementary color
Monochromatic Colors of #F8BAE0
Black with #F8BAE0
Text Example
Text Example
White with #F8BAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BAE0; }
p { color: rgb(248,186,224); }
H1.HeaderClassName
{
color: #F8BAE0;
}
.AnyTagClassName
{
color: #F8BAE0;
}
</style>
background-color css
<style>
a { background-color: #F8BAE0; }
a { background-color: rgb(248,186,224); }
div.DivClassName
{
background-color: #F8BAE0;
}
.BgClassName
{
background-color: #F8BAE0;
}
</style>
border-color css
<style>
span { border-color: #F8BAE0; }
span { border-color: rgb(248,186,224); }
td.TdClassName
{
border-color: #F8BAE0;
}
.TagClassName
{
border-color: #F8BAE0;
}
</style>