Shades of Cotton Candy #F9BED7
Tints of Cotton Candy #F9BED7
RGB
CMYK
RGB Variations
Color information
#F9BED7 (or 0xF9BED7) is known color: Cotton Candy. HEX triplet: F9, BE and D7. RGB value is (249,190,215). Sum of RGB (Red+Green+Blue) = 249+190+215=654 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.07% from 654); Green value is 190 (74.61% from 255 or 29.05% from 654); Blue value is 215 (84.38% from 255 or 32.87% from 654); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BED7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BED7 is #064128. Grayscale: #D2D2D2. Windows color (decimal): -409897 or 14139129. OLE color: 14139129.
HSL color Cylindrical-coordinate representation of color #F9BED7: hue angle of 334.58º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9BED7 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 190 | 215 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.02 |
| HSL | 334.58º | 0.83% | 0.86% | - |
| HSV(B) | 334.58º | 0.24% | 0.98% | - |
| XYZ | 69.75 | 61.87 | 72.56 | - |
| YUV | 210.49 | 130.55 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 190 | 215 | 0 | 0.24 | 0.14 | 0.02 | 334.58 | 0.83 | 0.86 |
| Hex | F9 | BE | D7 | 0 | 18 | E | 2 | 14F | 53 | 56 |
| Octal | 371 | 276 | 327 | 0 | 30 | 16 | 2 | 517 | 123 | 126 |
| Binary | 11111001 | 10111110 | 11010111 | 0 | 11000 | 1110 | 10 | 101001111 | 1010011 | 1010110 |
Color Harmonies of #F9BED7
Complementary color
Monochromatic Colors of #F9BED7
Black with #F9BED7
Text Example
Text Example
White with #F9BED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BED7; }
p { color: rgb(249,190,215); }
H1.HeaderClassName
{
color: #F9BED7;
}
.AnyTagClassName
{
color: #F9BED7;
}
</style>
background-color css
<style>
a { background-color: #F9BED7; }
a { background-color: rgb(249,190,215); }
div.DivClassName
{
background-color: #F9BED7;
}
.BgClassName
{
background-color: #F9BED7;
}
</style>
border-color css
<style>
span { border-color: #F9BED7; }
span { border-color: rgb(249,190,215); }
td.TdClassName
{
border-color: #F9BED7;
}
.TagClassName
{
border-color: #F9BED7;
}
</style>