Shades of Cotton Candy #F2BAD3
Tints of Cotton Candy #F2BAD3
RGB
CMYK
RGB Variations
Color information
#F2BAD3 (or 0xF2BAD3) is known color: Cotton Candy. HEX triplet: F2, BA and D3. RGB value is (242,186,211). Sum of RGB (Red+Green+Blue) = 242+186+211=639 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.87% from 639); Green value is 186 (73.05% from 255 or 29.11% from 639); Blue value is 211 (82.81% from 255 or 33.02% from 639); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BAD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BAD3 is #0D452C. Grayscale: #CDCDCD. Windows color (decimal): -869677 or 13875954. OLE color: 13875954.
HSL color Cylindrical-coordinate representation of color #F2BAD3: hue angle of 333.21º degrees, saturation: 0.68, 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 #F2BAD3 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 211 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.05 |
| HSL | 333.21º | 0.68% | 0.84% | - |
| HSV(B) | 333.21º | 0.23% | 0.95% | - |
| XYZ | 65.93 | 58.7 | 69.48 | - |
| YUV | 205.59 | 131.05 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 211 | 0 | 0.23 | 0.13 | 0.05 | 333.21 | 0.68 | 0.84 |
| Hex | F2 | BA | D3 | 0 | 17 | D | 5 | 14D | 44 | 54 |
| Octal | 362 | 272 | 323 | 0 | 27 | 15 | 5 | 515 | 104 | 124 |
| Binary | 11110010 | 10111010 | 11010011 | 0 | 10111 | 1101 | 101 | 101001101 | 1000100 | 1010100 |
Color Harmonies of #F2BAD3
Complementary color
Monochromatic Colors of #F2BAD3
Black with #F2BAD3
Text Example
Text Example
White with #F2BAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BAD3; }
p { color: rgb(242,186,211); }
H1.HeaderClassName
{
color: #F2BAD3;
}
.AnyTagClassName
{
color: #F2BAD3;
}
</style>
background-color css
<style>
a { background-color: #F2BAD3; }
a { background-color: rgb(242,186,211); }
div.DivClassName
{
background-color: #F2BAD3;
}
.BgClassName
{
background-color: #F2BAD3;
}
</style>
border-color css
<style>
span { border-color: #F2BAD3; }
span { border-color: rgb(242,186,211); }
td.TdClassName
{
border-color: #F2BAD3;
}
.TagClassName
{
border-color: #F2BAD3;
}
</style>