Shades of Cotton Candy #F8BAD5
Tints of Cotton Candy #F8BAD5
RGB
CMYK
RGB Variations
Color information
#F8BAD5 (or 0xF8BAD5) is known color: Cotton Candy. HEX triplet: F8, BA and D5. RGB value is (248,186,213). Sum of RGB (Red+Green+Blue) = 248+186+213=647 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.33% from 647); Green value is 186 (73.05% from 255 or 28.75% from 647); Blue value is 213 (83.59% from 255 or 32.92% from 647); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BAD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BAD5 is #07452A. Grayscale: #CFCFCF. Windows color (decimal): -476459 or 14007032. OLE color: 14007032.
HSL color Cylindrical-coordinate representation of color #F8BAD5: hue angle of 333.87º 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 #F8BAD5 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 186 | 213 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.03 |
| HSL | 333.87º | 0.82% | 0.85% | - |
| HSV(B) | 333.87º | 0.25% | 0.97% | - |
| XYZ | 68.28 | 59.88 | 70.91 | - |
| YUV | 207.62 | 131.04 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 186 | 213 | 0 | 0.25 | 0.14 | 0.03 | 333.87 | 0.82 | 0.85 |
| Hex | F8 | BA | D5 | 0 | 19 | E | 3 | 14E | 52 | 55 |
| Octal | 370 | 272 | 325 | 0 | 31 | 16 | 3 | 516 | 122 | 125 |
| Binary | 11111000 | 10111010 | 11010101 | 0 | 11001 | 1110 | 11 | 101001110 | 1010010 | 1010101 |
Color Harmonies of #F8BAD5
Complementary color
Monochromatic Colors of #F8BAD5
Black with #F8BAD5
Text Example
Text Example
White with #F8BAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BAD5; }
p { color: rgb(248,186,213); }
H1.HeaderClassName
{
color: #F8BAD5;
}
.AnyTagClassName
{
color: #F8BAD5;
}
</style>
background-color css
<style>
a { background-color: #F8BAD5; }
a { background-color: rgb(248,186,213); }
div.DivClassName
{
background-color: #F8BAD5;
}
.BgClassName
{
background-color: #F8BAD5;
}
</style>
border-color css
<style>
span { border-color: #F8BAD5; }
span { border-color: rgb(248,186,213); }
td.TdClassName
{
border-color: #F8BAD5;
}
.TagClassName
{
border-color: #F8BAD5;
}
</style>