Shades of Cotton Candy #F2BAD4
Tints of Cotton Candy #F2BAD4
RGB
CMYK
RGB Variations
Color information
#F2BAD4 (or 0xF2BAD4) is known color: Cotton Candy. HEX triplet: F2, BA and D4. RGB value is (242,186,212). Sum of RGB (Red+Green+Blue) = 242+186+212=640 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.81% from 640); Green value is 186 (73.05% from 255 or 29.06% from 640); Blue value is 212 (83.20% from 255 or 33.12% from 640); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BAD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BAD4 is #0D452B. Grayscale: #CDCDCD. Windows color (decimal): -869676 or 13941490. OLE color: 13941490.
HSL color Cylindrical-coordinate representation of color #F2BAD4: hue angle of 332.14º 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 #F2BAD4 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 212 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.05 |
| HSL | 332.14º | 0.68% | 0.84% | - |
| HSV(B) | 332.14º | 0.23% | 0.95% | - |
| XYZ | 66.06 | 58.75 | 70.15 | - |
| YUV | 205.71 | 131.55 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 212 | 0 | 0.23 | 0.12 | 0.05 | 332.14 | 0.68 | 0.84 |
| Hex | F2 | BA | D4 | 0 | 17 | C | 5 | 14C | 44 | 54 |
| Octal | 362 | 272 | 324 | 0 | 27 | 14 | 5 | 514 | 104 | 124 |
| Binary | 11110010 | 10111010 | 11010100 | 0 | 10111 | 1100 | 101 | 101001100 | 1000100 | 1010100 |
Color Harmonies of #F2BAD4
Complementary color
Monochromatic Colors of #F2BAD4
Black with #F2BAD4
Text Example
Text Example
White with #F2BAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BAD4; }
p { color: rgb(242,186,212); }
H1.HeaderClassName
{
color: #F2BAD4;
}
.AnyTagClassName
{
color: #F2BAD4;
}
</style>
background-color css
<style>
a { background-color: #F2BAD4; }
a { background-color: rgb(242,186,212); }
div.DivClassName
{
background-color: #F2BAD4;
}
.BgClassName
{
background-color: #F2BAD4;
}
</style>
border-color css
<style>
span { border-color: #F2BAD4; }
span { border-color: rgb(242,186,212); }
td.TdClassName
{
border-color: #F2BAD4;
}
.TagClassName
{
border-color: #F2BAD4;
}
</style>