Shades of Cotton Candy #F7BDD1
Tints of Cotton Candy #F7BDD1
RGB
CMYK
RGB Variations
Color information
#F7BDD1 (or 0xF7BDD1) is known color: Cotton Candy. HEX triplet: F7, BD and D1. RGB value is (247,189,209). Sum of RGB (Red+Green+Blue) = 247+189+209=645 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.29% from 645); Green value is 189 (74.22% from 255 or 29.30% from 645); Blue value is 209 (82.03% from 255 or 32.40% from 645); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BDD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BDD1 is #08422E. Grayscale: #D0D0D0. Windows color (decimal): -541231 or 13745655. OLE color: 13745655.
HSL color Cylindrical-coordinate representation of color #F7BDD1: hue angle of 339.31º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F7BDD1 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 189 | 209 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.03 |
| HSL | 339.31º | 0.78% | 0.85% | - |
| HSV(B) | 339.31º | 0.23% | 0.97% | - |
| XYZ | 68.06 | 60.77 | 68.46 | - |
| YUV | 208.62 | 128.22 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 189 | 209 | 0 | 0.23 | 0.15 | 0.03 | 339.31 | 0.78 | 0.85 |
| Hex | F7 | BD | D1 | 0 | 17 | F | 3 | 153 | 4E | 55 |
| Octal | 367 | 275 | 321 | 0 | 27 | 17 | 3 | 523 | 116 | 125 |
| Binary | 11110111 | 10111101 | 11010001 | 0 | 10111 | 1111 | 11 | 101010011 | 1001110 | 1010101 |
Color Harmonies of #F7BDD1
Complementary color
Monochromatic Colors of #F7BDD1
Black with #F7BDD1
Text Example
Text Example
White with #F7BDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BDD1; }
p { color: rgb(247,189,209); }
H1.HeaderClassName
{
color: #F7BDD1;
}
.AnyTagClassName
{
color: #F7BDD1;
}
</style>
background-color css
<style>
a { background-color: #F7BDD1; }
a { background-color: rgb(247,189,209); }
div.DivClassName
{
background-color: #F7BDD1;
}
.BgClassName
{
background-color: #F7BDD1;
}
</style>
border-color css
<style>
span { border-color: #F7BDD1; }
span { border-color: rgb(247,189,209); }
td.TdClassName
{
border-color: #F7BDD1;
}
.TagClassName
{
border-color: #F7BDD1;
}
</style>