Shades of Cotton Candy #F8BFD5
Tints of Cotton Candy #F8BFD5
RGB
CMYK
RGB Variations
Color information
#F8BFD5 (or 0xF8BFD5) is known color: Cotton Candy. HEX triplet: F8, BF and D5. RGB value is (248,191,213). Sum of RGB (Red+Green+Blue) = 248+191+213=652 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.04% from 652); Green value is 191 (75% from 255 or 29.29% from 652); Blue value is 213 (83.59% from 255 or 32.67% from 652); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BFD5 is #07402A. Grayscale: #D2D2D2. Windows color (decimal): -475179 or 14008312. OLE color: 14008312.
HSL color Cylindrical-coordinate representation of color #F8BFD5: hue angle of 336.84º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F8BFD5 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 191 | 213 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.03 |
| HSL | 336.84º | 0.8% | 0.86% | - |
| HSV(B) | 336.84º | 0.23% | 0.97% | - |
| XYZ | 69.35 | 62.02 | 71.27 | - |
| YUV | 210.55 | 129.38 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 191 | 213 | 0 | 0.23 | 0.14 | 0.03 | 336.84 | 0.8 | 0.86 |
| Hex | F8 | BF | D5 | 0 | 17 | E | 3 | 151 | 50 | 56 |
| Octal | 370 | 277 | 325 | 0 | 27 | 16 | 3 | 521 | 120 | 126 |
| Binary | 11111000 | 10111111 | 11010101 | 0 | 10111 | 1110 | 11 | 101010001 | 1010000 | 1010110 |
Color Harmonies of #F8BFD5
Complementary color
Monochromatic Colors of #F8BFD5
Black with #F8BFD5
Text Example
Text Example
White with #F8BFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BFD5; }
p { color: rgb(248,191,213); }
H1.HeaderClassName
{
color: #F8BFD5;
}
.AnyTagClassName
{
color: #F8BFD5;
}
</style>
background-color css
<style>
a { background-color: #F8BFD5; }
a { background-color: rgb(248,191,213); }
div.DivClassName
{
background-color: #F8BFD5;
}
.BgClassName
{
background-color: #F8BFD5;
}
</style>
border-color css
<style>
span { border-color: #F8BFD5; }
span { border-color: rgb(248,191,213); }
td.TdClassName
{
border-color: #F8BFD5;
}
.TagClassName
{
border-color: #F8BFD5;
}
</style>