Shades of Cotton Candy #F2BCD2
Tints of Cotton Candy #F2BCD2
RGB
CMYK
RGB Variations
Color information
#F2BCD2 (or 0xF2BCD2) is known color: Cotton Candy. HEX triplet: F2, BC and D2. RGB value is (242,188,210). Sum of RGB (Red+Green+Blue) = 242+188+210=640 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.81% from 640); Green value is 188 (73.83% from 255 or 29.38% from 640); Blue value is 210 (82.42% from 255 or 32.81% from 640); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BCD2 is #0D432D. Grayscale: #CECECE. Windows color (decimal): -869166 or 13810930. OLE color: 13810930.
HSL color Cylindrical-coordinate representation of color #F2BCD2: hue angle of 335.56º 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 #F2BCD2 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 210 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.05 |
| HSL | 335.56º | 0.68% | 0.84% | - |
| HSV(B) | 335.56º | 0.22% | 0.95% | - |
| XYZ | 66.23 | 59.5 | 68.97 | - |
| YUV | 206.65 | 129.89 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 210 | 0 | 0.22 | 0.13 | 0.05 | 335.56 | 0.68 | 0.84 |
| Hex | F2 | BC | D2 | 0 | 16 | D | 5 | 150 | 44 | 54 |
| Octal | 362 | 274 | 322 | 0 | 26 | 15 | 5 | 520 | 104 | 124 |
| Binary | 11110010 | 10111100 | 11010010 | 0 | 10110 | 1101 | 101 | 101010000 | 1000100 | 1010100 |
Color Harmonies of #F2BCD2
Complementary color
Monochromatic Colors of #F2BCD2
Black with #F2BCD2
Text Example
Text Example
White with #F2BCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BCD2; }
p { color: rgb(242,188,210); }
H1.HeaderClassName
{
color: #F2BCD2;
}
.AnyTagClassName
{
color: #F2BCD2;
}
</style>
background-color css
<style>
a { background-color: #F2BCD2; }
a { background-color: rgb(242,188,210); }
div.DivClassName
{
background-color: #F2BCD2;
}
.BgClassName
{
background-color: #F2BCD2;
}
</style>
border-color css
<style>
span { border-color: #F2BCD2; }
span { border-color: rgb(242,188,210); }
td.TdClassName
{
border-color: #F2BCD2;
}
.TagClassName
{
border-color: #F2BCD2;
}
</style>