Shades of Cotton Candy #F6BED1
Tints of Cotton Candy #F6BED1
RGB
CMYK
RGB Variations
Color information
#F6BED1 (or 0xF6BED1) is known color: Cotton Candy. HEX triplet: F6, BE and D1. RGB value is (246,190,209). Sum of RGB (Red+Green+Blue) = 246+190+209=645 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.14% from 645); Green value is 190 (74.61% from 255 or 29.46% from 645); Blue value is 209 (82.03% from 255 or 32.40% from 645); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BED1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BED1 is #09412E. Grayscale: #D0D0D0. Windows color (decimal): -606511 or 13745910. OLE color: 13745910.
HSL color Cylindrical-coordinate representation of color #F6BED1: hue angle of 339.64º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F6BED1 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 190 | 209 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.04 |
| HSL | 339.64º | 0.76% | 0.85% | - |
| HSV(B) | 339.64º | 0.23% | 0.96% | - |
| XYZ | 67.93 | 61.02 | 68.52 | - |
| YUV | 208.91 | 128.05 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 190 | 209 | 0 | 0.23 | 0.15 | 0.04 | 339.64 | 0.76 | 0.85 |
| Hex | F6 | BE | D1 | 0 | 17 | F | 4 | 154 | 4C | 55 |
| Octal | 366 | 276 | 321 | 0 | 27 | 17 | 4 | 524 | 114 | 125 |
| Binary | 11110110 | 10111110 | 11010001 | 0 | 10111 | 1111 | 100 | 101010100 | 1001100 | 1010101 |
Color Harmonies of #F6BED1
Complementary color
Monochromatic Colors of #F6BED1
Black with #F6BED1
Text Example
Text Example
White with #F6BED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BED1; }
p { color: rgb(246,190,209); }
H1.HeaderClassName
{
color: #F6BED1;
}
.AnyTagClassName
{
color: #F6BED1;
}
</style>
background-color css
<style>
a { background-color: #F6BED1; }
a { background-color: rgb(246,190,209); }
div.DivClassName
{
background-color: #F6BED1;
}
.BgClassName
{
background-color: #F6BED1;
}
</style>
border-color css
<style>
span { border-color: #F6BED1; }
span { border-color: rgb(246,190,209); }
td.TdClassName
{
border-color: #F6BED1;
}
.TagClassName
{
border-color: #F6BED1;
}
</style>