Shades of Cotton Candy #F8BACF
Tints of Cotton Candy #F8BACF
RGB
CMYK
RGB Variations
Color information
#F8BACF (or 0xF8BACF) is known color: Cotton Candy. HEX triplet: F8, BA and CF. RGB value is (248,186,207). Sum of RGB (Red+Green+Blue) = 248+186+207=641 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.69% from 641); Green value is 186 (73.05% from 255 or 29.02% from 641); Blue value is 207 (81.25% from 255 or 32.29% from 641); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BACF is #074530. Grayscale: #CECECE. Windows color (decimal): -476465 or 13613816. OLE color: 13613816.
HSL color Cylindrical-coordinate representation of color #F8BACF: hue angle of 339.68º 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 #F8BACF is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 186 | 207 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.03 |
| HSL | 339.68º | 0.82% | 0.85% | - |
| HSV(B) | 339.68º | 0.25% | 0.97% | - |
| XYZ | 67.53 | 59.58 | 66.97 | - |
| YUV | 206.93 | 128.04 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 186 | 207 | 0 | 0.25 | 0.17 | 0.03 | 339.68 | 0.82 | 0.85 |
| Hex | F8 | BA | CF | 0 | 19 | 11 | 3 | 154 | 52 | 55 |
| Octal | 370 | 272 | 317 | 0 | 31 | 21 | 3 | 524 | 122 | 125 |
| Binary | 11111000 | 10111010 | 11001111 | 0 | 11001 | 10001 | 11 | 101010100 | 1010010 | 1010101 |
Color Harmonies of #F8BACF
Complementary color
Monochromatic Colors of #F8BACF
Black with #F8BACF
Text Example
Text Example
White with #F8BACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BACF; }
p { color: rgb(248,186,207); }
H1.HeaderClassName
{
color: #F8BACF;
}
.AnyTagClassName
{
color: #F8BACF;
}
</style>
background-color css
<style>
a { background-color: #F8BACF; }
a { background-color: rgb(248,186,207); }
div.DivClassName
{
background-color: #F8BACF;
}
.BgClassName
{
background-color: #F8BACF;
}
</style>
border-color css
<style>
span { border-color: #F8BACF; }
span { border-color: rgb(248,186,207); }
td.TdClassName
{
border-color: #F8BACF;
}
.TagClassName
{
border-color: #F8BACF;
}
</style>