Shades of Cotton Candy #F7B9DD
Tints of Cotton Candy #F7B9DD
RGB
CMYK
RGB Variations
Color information
#F7B9DD (or 0xF7B9DD) is known color: Cotton Candy. HEX triplet: F7, B9 and DD. RGB value is (247,185,221). Sum of RGB (Red+Green+Blue) = 247+185+221=653 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.83% from 653); Green value is 185 (72.66% from 255 or 28.33% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B9DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7B9DD is #084622. Grayscale: #CFCFCF. Windows color (decimal): -542243 or 14531063. OLE color: 14531063.
HSL color Cylindrical-coordinate representation of color #F7B9DD: hue angle of 325.16º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F7B9DD is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 185 | 221 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.03 |
| HSL | 325.16º | 0.79% | 0.85% | - |
| HSV(B) | 325.16º | 0.25% | 0.97% | - |
| XYZ | 68.76 | 59.69 | 76.3 | - |
| YUV | 207.64 | 135.54 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 185 | 221 | 0 | 0.25 | 0.11 | 0.03 | 325.16 | 0.79 | 0.85 |
| Hex | F7 | B9 | DD | 0 | 19 | B | 3 | 145 | 4F | 55 |
| Octal | 367 | 271 | 335 | 0 | 31 | 13 | 3 | 505 | 117 | 125 |
| Binary | 11110111 | 10111001 | 11011101 | 0 | 11001 | 1011 | 11 | 101000101 | 1001111 | 1010101 |
Color Harmonies of #F7B9DD
Complementary color
Monochromatic Colors of #F7B9DD
Black with #F7B9DD
Text Example
Text Example
White with #F7B9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B9DD; }
p { color: rgb(247,185,221); }
H1.HeaderClassName
{
color: #F7B9DD;
}
.AnyTagClassName
{
color: #F7B9DD;
}
</style>
background-color css
<style>
a { background-color: #F7B9DD; }
a { background-color: rgb(247,185,221); }
div.DivClassName
{
background-color: #F7B9DD;
}
.BgClassName
{
background-color: #F7B9DD;
}
</style>
border-color css
<style>
span { border-color: #F7B9DD; }
span { border-color: rgb(247,185,221); }
td.TdClassName
{
border-color: #F7B9DD;
}
.TagClassName
{
border-color: #F7B9DD;
}
</style>