Shades of Cotton Candy #FDB6DE
Tints of Cotton Candy #FDB6DE
RGB
CMYK
RGB Variations
Color information
#FDB6DE (or 0xFDB6DE) is known color: Cotton Candy. HEX triplet: FD, B6 and DE. RGB value is (253,182,222). Sum of RGB (Red+Green+Blue) = 253+182+222=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 182 (71.48% from 255 or 27.70% from 657); Blue value is 222 (87.11% from 255 or 33.79% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB6DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB6DE is #024921. Grayscale: #CFCFCF. Windows color (decimal): -149794 or 14595837. OLE color: 14595837.
HSL color Cylindrical-coordinate representation of color #FDB6DE: hue angle of 326.2º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDB6DE is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 222 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.01 |
| HSL | 326.2º | 0.95% | 0.85% | - |
| HSV(B) | 326.2º | 0.28% | 0.99% | - |
| XYZ | 70.42 | 59.61 | 76.9 | - |
| YUV | 207.79 | 136.02 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 222 | 0 | 0.28 | 0.12 | 0.01 | 326.2 | 0.95 | 0.85 |
| Hex | FD | B6 | DE | 0 | 1C | C | 1 | 146 | 5F | 55 |
| Octal | 375 | 266 | 336 | 0 | 34 | 14 | 1 | 506 | 137 | 125 |
| Binary | 11111101 | 10110110 | 11011110 | 0 | 11100 | 1100 | 1 | 101000110 | 1011111 | 1010101 |
Color Harmonies of #FDB6DE
Complementary color
Monochromatic Colors of #FDB6DE
Black with #FDB6DE
Text Example
Text Example
White with #FDB6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB6DE; }
p { color: rgb(253,182,222); }
H1.HeaderClassName
{
color: #FDB6DE;
}
.AnyTagClassName
{
color: #FDB6DE;
}
</style>
background-color css
<style>
a { background-color: #FDB6DE; }
a { background-color: rgb(253,182,222); }
div.DivClassName
{
background-color: #FDB6DE;
}
.BgClassName
{
background-color: #FDB6DE;
}
</style>
border-color css
<style>
span { border-color: #FDB6DE; }
span { border-color: rgb(253,182,222); }
td.TdClassName
{
border-color: #FDB6DE;
}
.TagClassName
{
border-color: #FDB6DE;
}
</style>