Shades of Cotton Candy #F8BADA
Tints of Cotton Candy #F8BADA
RGB
CMYK
RGB Variations
Color information
#F8BADA (or 0xF8BADA) is known color: Cotton Candy. HEX triplet: F8, BA and DA. RGB value is (248,186,218). Sum of RGB (Red+Green+Blue) = 248+186+218=652 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.04% from 652); Green value is 186 (73.05% from 255 or 28.53% from 652); Blue value is 218 (85.55% from 255 or 33.44% from 652); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BADA is #074525. Grayscale: #D0D0D0. Windows color (decimal): -476454 or 14334712. OLE color: 14334712.
HSL color Cylindrical-coordinate representation of color #F8BADA: hue angle of 329.03º 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 #F8BADA is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 186 | 218 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.03 |
| HSL | 329.03º | 0.82% | 0.85% | - |
| HSV(B) | 329.03º | 0.25% | 0.97% | - |
| XYZ | 68.93 | 60.14 | 74.3 | - |
| YUV | 208.19 | 133.54 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 186 | 218 | 0 | 0.25 | 0.12 | 0.03 | 329.03 | 0.82 | 0.85 |
| Hex | F8 | BA | DA | 0 | 19 | C | 3 | 149 | 52 | 55 |
| Octal | 370 | 272 | 332 | 0 | 31 | 14 | 3 | 511 | 122 | 125 |
| Binary | 11111000 | 10111010 | 11011010 | 0 | 11001 | 1100 | 11 | 101001001 | 1010010 | 1010101 |
Color Harmonies of #F8BADA
Complementary color
Monochromatic Colors of #F8BADA
Black with #F8BADA
Text Example
Text Example
White with #F8BADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BADA; }
p { color: rgb(248,186,218); }
H1.HeaderClassName
{
color: #F8BADA;
}
.AnyTagClassName
{
color: #F8BADA;
}
</style>
background-color css
<style>
a { background-color: #F8BADA; }
a { background-color: rgb(248,186,218); }
div.DivClassName
{
background-color: #F8BADA;
}
.BgClassName
{
background-color: #F8BADA;
}
</style>
border-color css
<style>
span { border-color: #F8BADA; }
span { border-color: rgb(248,186,218); }
td.TdClassName
{
border-color: #F8BADA;
}
.TagClassName
{
border-color: #F8BADA;
}
</style>