Shades of Cotton Candy #F2BCD3
Tints of Cotton Candy #F2BCD3
RGB
CMYK
RGB Variations
Color information
#F2BCD3 (or 0xF2BCD3) is known color: Cotton Candy. HEX triplet: F2, BC and D3. RGB value is (242,188,211). Sum of RGB (Red+Green+Blue) = 242+188+211=641 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.75% from 641); Green value is 188 (73.83% from 255 or 29.33% from 641); Blue value is 211 (82.81% from 255 or 32.92% from 641); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BCD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BCD3 is #0D432C. Grayscale: #CECECE. Windows color (decimal): -869165 or 13876466. OLE color: 13876466.
HSL color Cylindrical-coordinate representation of color #F2BCD3: hue angle of 334.44º 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 #F2BCD3 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 211 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.05 |
| HSL | 334.44º | 0.68% | 0.84% | - |
| HSV(B) | 334.44º | 0.22% | 0.95% | - |
| XYZ | 66.36 | 59.55 | 69.62 | - |
| YUV | 206.77 | 130.39 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 211 | 0 | 0.22 | 0.13 | 0.05 | 334.44 | 0.68 | 0.84 |
| Hex | F2 | BC | D3 | 0 | 16 | D | 5 | 14E | 44 | 54 |
| Octal | 362 | 274 | 323 | 0 | 26 | 15 | 5 | 516 | 104 | 124 |
| Binary | 11110010 | 10111100 | 11010011 | 0 | 10110 | 1101 | 101 | 101001110 | 1000100 | 1010100 |
Color Harmonies of #F2BCD3
Complementary color
Monochromatic Colors of #F2BCD3
Black with #F2BCD3
Text Example
Text Example
White with #F2BCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BCD3; }
p { color: rgb(242,188,211); }
H1.HeaderClassName
{
color: #F2BCD3;
}
.AnyTagClassName
{
color: #F2BCD3;
}
</style>
background-color css
<style>
a { background-color: #F2BCD3; }
a { background-color: rgb(242,188,211); }
div.DivClassName
{
background-color: #F2BCD3;
}
.BgClassName
{
background-color: #F2BCD3;
}
</style>
border-color css
<style>
span { border-color: #F2BCD3; }
span { border-color: rgb(242,188,211); }
td.TdClassName
{
border-color: #F2BCD3;
}
.TagClassName
{
border-color: #F2BCD3;
}
</style>