Shades of Cotton Candy #F3BCD4
Tints of Cotton Candy #F3BCD4
RGB
CMYK
RGB Variations
Color information
#F3BCD4 (or 0xF3BCD4) is known color: Cotton Candy. HEX triplet: F3, BC and D4. RGB value is (243,188,212). Sum of RGB (Red+Green+Blue) = 243+188+212=643 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.79% from 643); Green value is 188 (73.83% from 255 or 29.24% from 643); Blue value is 212 (83.20% from 255 or 32.97% from 643); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BCD4 is #0C432B. Grayscale: #CFCFCF. Windows color (decimal): -803628 or 13942003. OLE color: 13942003.
HSL color Cylindrical-coordinate representation of color #F3BCD4: hue angle of 333.82º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3BCD4 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 188 | 212 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.05 |
| HSL | 333.82º | 0.7% | 0.85% | - |
| HSV(B) | 333.82º | 0.23% | 0.95% | - |
| XYZ | 66.83 | 59.77 | 70.3 | - |
| YUV | 207.18 | 130.72 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 188 | 212 | 0 | 0.23 | 0.13 | 0.05 | 333.82 | 0.7 | 0.85 |
| Hex | F3 | BC | D4 | 0 | 17 | D | 5 | 14E | 46 | 55 |
| Octal | 363 | 274 | 324 | 0 | 27 | 15 | 5 | 516 | 106 | 125 |
| Binary | 11110011 | 10111100 | 11010100 | 0 | 10111 | 1101 | 101 | 101001110 | 1000110 | 1010101 |
Color Harmonies of #F3BCD4
Complementary color
Monochromatic Colors of #F3BCD4
Black with #F3BCD4
Text Example
Text Example
White with #F3BCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BCD4; }
p { color: rgb(243,188,212); }
H1.HeaderClassName
{
color: #F3BCD4;
}
.AnyTagClassName
{
color: #F3BCD4;
}
</style>
background-color css
<style>
a { background-color: #F3BCD4; }
a { background-color: rgb(243,188,212); }
div.DivClassName
{
background-color: #F3BCD4;
}
.BgClassName
{
background-color: #F3BCD4;
}
</style>
border-color css
<style>
span { border-color: #F3BCD4; }
span { border-color: rgb(243,188,212); }
td.TdClassName
{
border-color: #F3BCD4;
}
.TagClassName
{
border-color: #F3BCD4;
}
</style>