Shades of Cotton Candy #FDB9DE
Tints of Cotton Candy #FDB9DE
RGB
CMYK
RGB Variations
Color information
#FDB9DE (or 0xFDB9DE) is known color: Cotton Candy. HEX triplet: FD, B9 and DE. RGB value is (253,185,222). Sum of RGB (Red+Green+Blue) = 253+185+222=660 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.33% from 660); Green value is 185 (72.66% from 255 or 28.03% from 660); Blue value is 222 (87.11% from 255 or 33.64% from 660); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB9DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB9DE is #024621. Grayscale: #D1D1D1. Windows color (decimal): -149026 or 14596605. OLE color: 14596605.
HSL color Cylindrical-coordinate representation of color #FDB9DE: hue angle of 327.35º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FDB9DE is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 185 | 222 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.01 |
| HSL | 327.35º | 0.94% | 0.86% | - |
| HSV(B) | 327.35º | 0.27% | 0.99% | - |
| XYZ | 71.04 | 60.85 | 77.11 | - |
| YUV | 209.55 | 135.03 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 185 | 222 | 0 | 0.27 | 0.12 | 0.01 | 327.35 | 0.94 | 0.86 |
| Hex | FD | B9 | DE | 0 | 1B | C | 1 | 147 | 5E | 56 |
| Octal | 375 | 271 | 336 | 0 | 33 | 14 | 1 | 507 | 136 | 126 |
| Binary | 11111101 | 10111001 | 11011110 | 0 | 11011 | 1100 | 1 | 101000111 | 1011110 | 1010110 |
Color Harmonies of #FDB9DE
Complementary color
Monochromatic Colors of #FDB9DE
Black with #FDB9DE
Text Example
Text Example
White with #FDB9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB9DE; }
p { color: rgb(253,185,222); }
H1.HeaderClassName
{
color: #FDB9DE;
}
.AnyTagClassName
{
color: #FDB9DE;
}
</style>
background-color css
<style>
a { background-color: #FDB9DE; }
a { background-color: rgb(253,185,222); }
div.DivClassName
{
background-color: #FDB9DE;
}
.BgClassName
{
background-color: #FDB9DE;
}
</style>
border-color css
<style>
span { border-color: #FDB9DE; }
span { border-color: rgb(253,185,222); }
td.TdClassName
{
border-color: #FDB9DE;
}
.TagClassName
{
border-color: #FDB9DE;
}
</style>