Shades of Cotton Candy #F8BDD5
Tints of Cotton Candy #F8BDD5
RGB
CMYK
RGB Variations
Color information
#F8BDD5 (or 0xF8BDD5) is known color: Cotton Candy. HEX triplet: F8, BD and D5. RGB value is (248,189,213). Sum of RGB (Red+Green+Blue) = 248+189+213=650 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.15% from 650); Green value is 189 (74.22% from 255 or 29.08% from 650); Blue value is 213 (83.59% from 255 or 32.77% from 650); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BDD5 is #07422A. Grayscale: #D1D1D1. Windows color (decimal): -475691 or 14007800. OLE color: 14007800.
HSL color Cylindrical-coordinate representation of color #F8BDD5: hue angle of 335.59º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F8BDD5 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 189 | 213 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.03 |
| HSL | 335.59º | 0.81% | 0.86% | - |
| HSV(B) | 335.59º | 0.24% | 0.97% | - |
| XYZ | 68.92 | 61.16 | 71.12 | - |
| YUV | 209.38 | 130.05 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 189 | 213 | 0 | 0.24 | 0.14 | 0.03 | 335.59 | 0.81 | 0.86 |
| Hex | F8 | BD | D5 | 0 | 18 | E | 3 | 150 | 51 | 56 |
| Octal | 370 | 275 | 325 | 0 | 30 | 16 | 3 | 520 | 121 | 126 |
| Binary | 11111000 | 10111101 | 11010101 | 0 | 11000 | 1110 | 11 | 101010000 | 1010001 | 1010110 |
Color Harmonies of #F8BDD5
Complementary color
Monochromatic Colors of #F8BDD5
Black with #F8BDD5
Text Example
Text Example
White with #F8BDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BDD5; }
p { color: rgb(248,189,213); }
H1.HeaderClassName
{
color: #F8BDD5;
}
.AnyTagClassName
{
color: #F8BDD5;
}
</style>
background-color css
<style>
a { background-color: #F8BDD5; }
a { background-color: rgb(248,189,213); }
div.DivClassName
{
background-color: #F8BDD5;
}
.BgClassName
{
background-color: #F8BDD5;
}
</style>
border-color css
<style>
span { border-color: #F8BDD5; }
span { border-color: rgb(248,189,213); }
td.TdClassName
{
border-color: #F8BDD5;
}
.TagClassName
{
border-color: #F8BDD5;
}
</style>