Shades of Cotton Candy #F1BAD3
Tints of Cotton Candy #F1BAD3
RGB
CMYK
RGB Variations
Color information
#F1BAD3 (or 0xF1BAD3) is known color: Cotton Candy. HEX triplet: F1, BA and D3. RGB value is (241,186,211). Sum of RGB (Red+Green+Blue) = 241+186+211=638 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.77% from 638); Green value is 186 (73.05% from 255 or 29.15% from 638); Blue value is 211 (82.81% from 255 or 33.07% from 638); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BAD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BAD3 is #0E452C. Grayscale: #CDCDCD. Windows color (decimal): -935213 or 13875953. OLE color: 13875953.
HSL color Cylindrical-coordinate representation of color #F1BAD3: hue angle of 332.73º 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 #F1BAD3 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 186 | 211 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.05 |
| HSL | 332.73º | 0.66% | 0.84% | - |
| HSV(B) | 332.73º | 0.23% | 0.95% | - |
| XYZ | 65.59 | 58.52 | 69.47 | - |
| YUV | 205.3 | 131.22 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 186 | 211 | 0 | 0.23 | 0.12 | 0.05 | 332.73 | 0.66 | 0.84 |
| Hex | F1 | BA | D3 | 0 | 17 | C | 5 | 14D | 42 | 54 |
| Octal | 361 | 272 | 323 | 0 | 27 | 14 | 5 | 515 | 102 | 124 |
| Binary | 11110001 | 10111010 | 11010011 | 0 | 10111 | 1100 | 101 | 101001101 | 1000010 | 1010100 |
Color Harmonies of #F1BAD3
Complementary color
Monochromatic Colors of #F1BAD3
Black with #F1BAD3
Text Example
Text Example
White with #F1BAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BAD3; }
p { color: rgb(241,186,211); }
H1.HeaderClassName
{
color: #F1BAD3;
}
.AnyTagClassName
{
color: #F1BAD3;
}
</style>
background-color css
<style>
a { background-color: #F1BAD3; }
a { background-color: rgb(241,186,211); }
div.DivClassName
{
background-color: #F1BAD3;
}
.BgClassName
{
background-color: #F1BAD3;
}
</style>
border-color css
<style>
span { border-color: #F1BAD3; }
span { border-color: rgb(241,186,211); }
td.TdClassName
{
border-color: #F1BAD3;
}
.TagClassName
{
border-color: #F1BAD3;
}
</style>