Shades of Cotton Candy #F3BDD1
Tints of Cotton Candy #F3BDD1
RGB
CMYK
RGB Variations
Color information
#F3BDD1 (or 0xF3BDD1) is known color: Cotton Candy. HEX triplet: F3, BD and D1. RGB value is (243,189,209). Sum of RGB (Red+Green+Blue) = 243+189+209=641 (84% of max value = 765). Red value is 243 (95.31% from 255 or 37.91% from 641); Green value is 189 (74.22% from 255 or 29.49% from 641); Blue value is 209 (82.03% from 255 or 32.61% from 641); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BDD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BDD1 is #0C422E. Grayscale: #CFCFCF. Windows color (decimal): -803375 or 13745651. OLE color: 13745651.
HSL color Cylindrical-coordinate representation of color #F3BDD1: hue angle of 337.78º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F3BDD1 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 189 | 209 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.05 |
| HSL | 337.78º | 0.69% | 0.85% | - |
| HSV(B) | 337.78º | 0.22% | 0.95% | - |
| XYZ | 66.67 | 60.05 | 68.4 | - |
| YUV | 207.43 | 128.89 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 189 | 209 | 0 | 0.22 | 0.14 | 0.05 | 337.78 | 0.69 | 0.85 |
| Hex | F3 | BD | D1 | 0 | 16 | E | 5 | 152 | 45 | 55 |
| Octal | 363 | 275 | 321 | 0 | 26 | 16 | 5 | 522 | 105 | 125 |
| Binary | 11110011 | 10111101 | 11010001 | 0 | 10110 | 1110 | 101 | 101010010 | 1000101 | 1010101 |
Color Harmonies of #F3BDD1
Complementary color
Monochromatic Colors of #F3BDD1
Black with #F3BDD1
Text Example
Text Example
White with #F3BDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BDD1; }
p { color: rgb(243,189,209); }
H1.HeaderClassName
{
color: #F3BDD1;
}
.AnyTagClassName
{
color: #F3BDD1;
}
</style>
background-color css
<style>
a { background-color: #F3BDD1; }
a { background-color: rgb(243,189,209); }
div.DivClassName
{
background-color: #F3BDD1;
}
.BgClassName
{
background-color: #F3BDD1;
}
</style>
border-color css
<style>
span { border-color: #F3BDD1; }
span { border-color: rgb(243,189,209); }
td.TdClassName
{
border-color: #F3BDD1;
}
.TagClassName
{
border-color: #F3BDD1;
}
</style>