Shades of Cotton Candy #FDBACF
Tints of Cotton Candy #FDBACF
RGB
CMYK
RGB Variations
Color information
#FDBACF (or 0xFDBACF) is known color: Cotton Candy. HEX triplet: FD, BA and CF. RGB value is (253,186,207). Sum of RGB (Red+Green+Blue) = 253+186+207=646 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.16% from 646); Green value is 186 (73.05% from 255 or 28.79% from 646); Blue value is 207 (81.25% from 255 or 32.04% from 646); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBACF is #024530. Grayscale: #D0D0D0. Windows color (decimal): -148785 or 13613821. OLE color: 13613821.
HSL color Cylindrical-coordinate representation of color #FDBACF: hue angle of 341.19º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDBACF is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 186 | 207 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.01 |
| HSL | 341.19º | 0.94% | 0.86% | - |
| HSV(B) | 341.19º | 0.26% | 0.99% | - |
| XYZ | 69.33 | 60.51 | 67.06 | - |
| YUV | 208.43 | 127.2 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 186 | 207 | 0 | 0.26 | 0.18 | 0.01 | 341.19 | 0.94 | 0.86 |
| Hex | FD | BA | CF | 0 | 1A | 12 | 1 | 155 | 5E | 56 |
| Octal | 375 | 272 | 317 | 0 | 32 | 22 | 1 | 525 | 136 | 126 |
| Binary | 11111101 | 10111010 | 11001111 | 0 | 11010 | 10010 | 1 | 101010101 | 1011110 | 1010110 |
Color Harmonies of #FDBACF
Complementary color
Monochromatic Colors of #FDBACF
Black with #FDBACF
Text Example
Text Example
White with #FDBACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBACF; }
p { color: rgb(253,186,207); }
H1.HeaderClassName
{
color: #FDBACF;
}
.AnyTagClassName
{
color: #FDBACF;
}
</style>
background-color css
<style>
a { background-color: #FDBACF; }
a { background-color: rgb(253,186,207); }
div.DivClassName
{
background-color: #FDBACF;
}
.BgClassName
{
background-color: #FDBACF;
}
</style>
border-color css
<style>
span { border-color: #FDBACF; }
span { border-color: rgb(253,186,207); }
td.TdClassName
{
border-color: #FDBACF;
}
.TagClassName
{
border-color: #FDBACF;
}
</style>