Shades of Cotton Candy #F5BBDA
Tints of Cotton Candy #F5BBDA
RGB
CMYK
RGB Variations
Color information
#F5BBDA (or 0xF5BBDA) is known color: Cotton Candy. HEX triplet: F5, BB and DA. RGB value is (245,187,218). Sum of RGB (Red+Green+Blue) = 245+187+218=650 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.69% from 650); Green value is 187 (73.44% from 255 or 28.77% from 650); Blue value is 218 (85.55% from 255 or 33.54% from 650); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BBDA is #0A4425. Grayscale: #CFCFCF. Windows color (decimal): -672806 or 14334965. OLE color: 14334965.
HSL color Cylindrical-coordinate representation of color #F5BBDA: hue angle of 327.93º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5BBDA is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 187 | 218 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.04 |
| HSL | 327.93º | 0.74% | 0.85% | - |
| HSV(B) | 327.93º | 0.24% | 0.96% | - |
| XYZ | 68.08 | 60.02 | 74.33 | - |
| YUV | 207.88 | 133.72 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 187 | 218 | 0 | 0.24 | 0.11 | 0.04 | 327.93 | 0.74 | 0.85 |
| Hex | F5 | BB | DA | 0 | 18 | B | 4 | 148 | 4A | 55 |
| Octal | 365 | 273 | 332 | 0 | 30 | 13 | 4 | 510 | 112 | 125 |
| Binary | 11110101 | 10111011 | 11011010 | 0 | 11000 | 1011 | 100 | 101001000 | 1001010 | 1010101 |
Color Harmonies of #F5BBDA
Complementary color
Monochromatic Colors of #F5BBDA
Black with #F5BBDA
Text Example
Text Example
White with #F5BBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BBDA; }
p { color: rgb(245,187,218); }
H1.HeaderClassName
{
color: #F5BBDA;
}
.AnyTagClassName
{
color: #F5BBDA;
}
</style>
background-color css
<style>
a { background-color: #F5BBDA; }
a { background-color: rgb(245,187,218); }
div.DivClassName
{
background-color: #F5BBDA;
}
.BgClassName
{
background-color: #F5BBDA;
}
</style>
border-color css
<style>
span { border-color: #F5BBDA; }
span { border-color: rgb(245,187,218); }
td.TdClassName
{
border-color: #F5BBDA;
}
.TagClassName
{
border-color: #F5BBDA;
}
</style>