Shades of Cotton Candy #F1BAD1
Tints of Cotton Candy #F1BAD1
RGB
CMYK
RGB Variations
Color information
#F1BAD1 (or 0xF1BAD1) is known color: Cotton Candy. HEX triplet: F1, BA and D1. RGB value is (241,186,209). Sum of RGB (Red+Green+Blue) = 241+186+209=636 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.89% from 636); Green value is 186 (73.05% from 255 or 29.25% from 636); Blue value is 209 (82.03% from 255 or 32.86% from 636); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BAD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BAD1 is #0E452E. Grayscale: #CDCDCD. Windows color (decimal): -935215 or 13744881. OLE color: 13744881.
HSL color Cylindrical-coordinate representation of color #F1BAD1: hue angle of 334.91º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F1BAD1 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 186 | 209 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.05 |
| HSL | 334.91º | 0.66% | 0.84% | - |
| HSV(B) | 334.91º | 0.23% | 0.95% | - |
| XYZ | 65.34 | 58.42 | 68.15 | - |
| YUV | 205.07 | 130.22 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 186 | 209 | 0 | 0.23 | 0.13 | 0.05 | 334.91 | 0.66 | 0.84 |
| Hex | F1 | BA | D1 | 0 | 17 | D | 5 | 14F | 42 | 54 |
| Octal | 361 | 272 | 321 | 0 | 27 | 15 | 5 | 517 | 102 | 124 |
| Binary | 11110001 | 10111010 | 11010001 | 0 | 10111 | 1101 | 101 | 101001111 | 1000010 | 1010100 |
Color Harmonies of #F1BAD1
Complementary color
Monochromatic Colors of #F1BAD1
Black with #F1BAD1
Text Example
Text Example
White with #F1BAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BAD1; }
p { color: rgb(241,186,209); }
H1.HeaderClassName
{
color: #F1BAD1;
}
.AnyTagClassName
{
color: #F1BAD1;
}
</style>
background-color css
<style>
a { background-color: #F1BAD1; }
a { background-color: rgb(241,186,209); }
div.DivClassName
{
background-color: #F1BAD1;
}
.BgClassName
{
background-color: #F1BAD1;
}
</style>
border-color css
<style>
span { border-color: #F1BAD1; }
span { border-color: rgb(241,186,209); }
td.TdClassName
{
border-color: #F1BAD1;
}
.TagClassName
{
border-color: #F1BAD1;
}
</style>