Shades of Cotton Candy #F1B9D1
Tints of Cotton Candy #F1B9D1
RGB
CMYK
RGB Variations
Color information
#F1B9D1 (or 0xF1B9D1) is known color: Cotton Candy. HEX triplet: F1, B9 and D1. RGB value is (241,185,209). Sum of RGB (Red+Green+Blue) = 241+185+209=635 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.95% from 635); Green value is 185 (72.66% from 255 or 29.13% from 635); Blue value is 209 (82.03% from 255 or 32.91% from 635); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B9D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B9D1 is #0E462E. Grayscale: #CCCCCC. Windows color (decimal): -935471 or 13744625. OLE color: 13744625.
HSL color Cylindrical-coordinate representation of color #F1B9D1: hue angle of 334.29º degrees, saturation: 0.67, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F1B9D1 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 185 | 209 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.05 |
| HSL | 334.29º | 0.67% | 0.84% | - |
| HSV(B) | 334.29º | 0.23% | 0.95% | - |
| XYZ | 65.13 | 58 | 68.08 | - |
| YUV | 204.48 | 130.55 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 185 | 209 | 0 | 0.23 | 0.13 | 0.05 | 334.29 | 0.67 | 0.84 |
| Hex | F1 | B9 | D1 | 0 | 17 | D | 5 | 14E | 43 | 54 |
| Octal | 361 | 271 | 321 | 0 | 27 | 15 | 5 | 516 | 103 | 124 |
| Binary | 11110001 | 10111001 | 11010001 | 0 | 10111 | 1101 | 101 | 101001110 | 1000011 | 1010100 |
Color Harmonies of #F1B9D1
Complementary color
Monochromatic Colors of #F1B9D1
Black with #F1B9D1
Text Example
Text Example
White with #F1B9D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B9D1; }
p { color: rgb(241,185,209); }
H1.HeaderClassName
{
color: #F1B9D1;
}
.AnyTagClassName
{
color: #F1B9D1;
}
</style>
background-color css
<style>
a { background-color: #F1B9D1; }
a { background-color: rgb(241,185,209); }
div.DivClassName
{
background-color: #F1B9D1;
}
.BgClassName
{
background-color: #F1B9D1;
}
</style>
border-color css
<style>
span { border-color: #F1B9D1; }
span { border-color: rgb(241,185,209); }
td.TdClassName
{
border-color: #F1B9D1;
}
.TagClassName
{
border-color: #F1B9D1;
}
</style>