Shades of Cotton Candy #F3BDD3
Tints of Cotton Candy #F3BDD3
RGB
CMYK
RGB Variations
Color information
#F3BDD3 (or 0xF3BDD3) is known color: Cotton Candy. HEX triplet: F3, BD and D3. RGB value is (243,189,211). Sum of RGB (Red+Green+Blue) = 243+189+211=643 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.79% from 643); Green value is 189 (74.22% from 255 or 29.39% from 643); Blue value is 211 (82.81% from 255 or 32.81% from 643); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BDD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BDD3 is #0C422C. Grayscale: #CFCFCF. Windows color (decimal): -803373 or 13876723. OLE color: 13876723.
HSL color Cylindrical-coordinate representation of color #F3BDD3: hue angle of 335.56º 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 #F3BDD3 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 189 | 211 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.05 |
| HSL | 335.56º | 0.69% | 0.85% | - |
| HSV(B) | 335.56º | 0.22% | 0.95% | - |
| XYZ | 66.92 | 60.15 | 69.71 | - |
| YUV | 207.65 | 129.89 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 189 | 211 | 0 | 0.22 | 0.13 | 0.05 | 335.56 | 0.69 | 0.85 |
| Hex | F3 | BD | D3 | 0 | 16 | D | 5 | 150 | 45 | 55 |
| Octal | 363 | 275 | 323 | 0 | 26 | 15 | 5 | 520 | 105 | 125 |
| Binary | 11110011 | 10111101 | 11010011 | 0 | 10110 | 1101 | 101 | 101010000 | 1000101 | 1010101 |
Color Harmonies of #F3BDD3
Complementary color
Monochromatic Colors of #F3BDD3
Black with #F3BDD3
Text Example
Text Example
White with #F3BDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BDD3; }
p { color: rgb(243,189,211); }
H1.HeaderClassName
{
color: #F3BDD3;
}
.AnyTagClassName
{
color: #F3BDD3;
}
</style>
background-color css
<style>
a { background-color: #F3BDD3; }
a { background-color: rgb(243,189,211); }
div.DivClassName
{
background-color: #F3BDD3;
}
.BgClassName
{
background-color: #F3BDD3;
}
</style>
border-color css
<style>
span { border-color: #F3BDD3; }
span { border-color: rgb(243,189,211); }
td.TdClassName
{
border-color: #F3BDD3;
}
.TagClassName
{
border-color: #F3BDD3;
}
</style>