Shades of Cotton Candy #F9B4CF
Tints of Cotton Candy #F9B4CF
RGB
CMYK
RGB Variations
Color information
#F9B4CF (or 0xF9B4CF) is known color: Cotton Candy. HEX triplet: F9, B4 and CF. RGB value is (249,180,207). Sum of RGB (Red+Green+Blue) = 249+180+207=636 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.15% from 636); Green value is 180 (70.70% from 255 or 28.30% from 636); Blue value is 207 (81.25% from 255 or 32.55% from 636); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9B4CF is #064B30. Grayscale: #CBCBCB. Windows color (decimal): -412465 or 13612281. OLE color: 13612281.
HSL color Cylindrical-coordinate representation of color #F9B4CF: hue angle of 336.52º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F9B4CF is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 180 | 207 | - |
| CMYK | 0 | 0.28 | 0.17 | 0.02 |
| HSL | 336.52º | 0.85% | 0.84% | - |
| HSV(B) | 336.52º | 0.28% | 0.98% | - |
| XYZ | 66.65 | 57.29 | 66.58 | - |
| YUV | 203.71 | 129.86 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 180 | 207 | 0 | 0.28 | 0.17 | 0.02 | 336.52 | 0.85 | 0.84 |
| Hex | F9 | B4 | CF | 0 | 1C | 11 | 2 | 151 | 55 | 54 |
| Octal | 371 | 264 | 317 | 0 | 34 | 21 | 2 | 521 | 125 | 124 |
| Binary | 11111001 | 10110100 | 11001111 | 0 | 11100 | 10001 | 10 | 101010001 | 1010101 | 1010100 |
Color Harmonies of #F9B4CF
Complementary color
Monochromatic Colors of #F9B4CF
Black with #F9B4CF
Text Example
Text Example
White with #F9B4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B4CF; }
p { color: rgb(249,180,207); }
H1.HeaderClassName
{
color: #F9B4CF;
}
.AnyTagClassName
{
color: #F9B4CF;
}
</style>
background-color css
<style>
a { background-color: #F9B4CF; }
a { background-color: rgb(249,180,207); }
div.DivClassName
{
background-color: #F9B4CF;
}
.BgClassName
{
background-color: #F9B4CF;
}
</style>
border-color css
<style>
span { border-color: #F9B4CF; }
span { border-color: rgb(249,180,207); }
td.TdClassName
{
border-color: #F9B4CF;
}
.TagClassName
{
border-color: #F9B4CF;
}
</style>