Shades of Cotton Candy #F2BCD1
Tints of Cotton Candy #F2BCD1
RGB
CMYK
RGB Variations
Color information
#F2BCD1 (or 0xF2BCD1) is known color: Cotton Candy. HEX triplet: F2, BC and D1. RGB value is (242,188,209). Sum of RGB (Red+Green+Blue) = 242+188+209=639 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.87% from 639); Green value is 188 (73.83% from 255 or 29.42% from 639); Blue value is 209 (82.03% from 255 or 32.71% from 639); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BCD1 is #0D432E. Grayscale: #CECECE. Windows color (decimal): -869167 or 13745394. OLE color: 13745394.
HSL color Cylindrical-coordinate representation of color #F2BCD1: hue angle of 336.67º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2BCD1 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 209 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.05 |
| HSL | 336.67º | 0.68% | 0.84% | - |
| HSV(B) | 336.67º | 0.22% | 0.95% | - |
| XYZ | 66.11 | 59.45 | 68.31 | - |
| YUV | 206.54 | 129.39 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 209 | 0 | 0.22 | 0.14 | 0.05 | 336.67 | 0.68 | 0.84 |
| Hex | F2 | BC | D1 | 0 | 16 | E | 5 | 151 | 44 | 54 |
| Octal | 362 | 274 | 321 | 0 | 26 | 16 | 5 | 521 | 104 | 124 |
| Binary | 11110010 | 10111100 | 11010001 | 0 | 10110 | 1110 | 101 | 101010001 | 1000100 | 1010100 |
Color Harmonies of #F2BCD1
Complementary color
Monochromatic Colors of #F2BCD1
Black with #F2BCD1
Text Example
Text Example
White with #F2BCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BCD1; }
p { color: rgb(242,188,209); }
H1.HeaderClassName
{
color: #F2BCD1;
}
.AnyTagClassName
{
color: #F2BCD1;
}
</style>
background-color css
<style>
a { background-color: #F2BCD1; }
a { background-color: rgb(242,188,209); }
div.DivClassName
{
background-color: #F2BCD1;
}
.BgClassName
{
background-color: #F2BCD1;
}
</style>
border-color css
<style>
span { border-color: #F2BCD1; }
span { border-color: rgb(242,188,209); }
td.TdClassName
{
border-color: #F2BCD1;
}
.TagClassName
{
border-color: #F2BCD1;
}
</style>