Shades of Cotton Candy #F8BBDA
Tints of Cotton Candy #F8BBDA
RGB
CMYK
RGB Variations
Color information
#F8BBDA (or 0xF8BBDA) is known color: Cotton Candy. HEX triplet: F8, BB and DA. RGB value is (248,187,218). Sum of RGB (Red+Green+Blue) = 248+187+218=653 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.98% from 653); Green value is 187 (73.44% from 255 or 28.64% from 653); Blue value is 218 (85.55% from 255 or 33.38% from 653); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BBDA is #074425. Grayscale: #D0D0D0. Windows color (decimal): -476198 or 14334968. OLE color: 14334968.
HSL color Cylindrical-coordinate representation of color #F8BBDA: hue angle of 329.51º degrees, saturation: 0.81, 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 #F8BBDA is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 187 | 218 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.03 |
| HSL | 329.51º | 0.81% | 0.85% | - |
| HSV(B) | 329.51º | 0.25% | 0.97% | - |
| XYZ | 69.14 | 60.56 | 74.37 | - |
| YUV | 208.77 | 133.21 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 187 | 218 | 0 | 0.25 | 0.12 | 0.03 | 329.51 | 0.81 | 0.85 |
| Hex | F8 | BB | DA | 0 | 19 | C | 3 | 14A | 51 | 55 |
| Octal | 370 | 273 | 332 | 0 | 31 | 14 | 3 | 512 | 121 | 125 |
| Binary | 11111000 | 10111011 | 11011010 | 0 | 11001 | 1100 | 11 | 101001010 | 1010001 | 1010101 |
Color Harmonies of #F8BBDA
Complementary color
Monochromatic Colors of #F8BBDA
Black with #F8BBDA
Text Example
Text Example
White with #F8BBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BBDA; }
p { color: rgb(248,187,218); }
H1.HeaderClassName
{
color: #F8BBDA;
}
.AnyTagClassName
{
color: #F8BBDA;
}
</style>
background-color css
<style>
a { background-color: #F8BBDA; }
a { background-color: rgb(248,187,218); }
div.DivClassName
{
background-color: #F8BBDA;
}
.BgClassName
{
background-color: #F8BBDA;
}
</style>
border-color css
<style>
span { border-color: #F8BBDA; }
span { border-color: rgb(248,187,218); }
td.TdClassName
{
border-color: #F8BBDA;
}
.TagClassName
{
border-color: #F8BBDA;
}
</style>