Shades of Cotton Candy #FDB7DE
Tints of Cotton Candy #FDB7DE
RGB
CMYK
RGB Variations
Color information
#FDB7DE (or 0xFDB7DE) is known color: Cotton Candy. HEX triplet: FD, B7 and DE. RGB value is (253,183,222). Sum of RGB (Red+Green+Blue) = 253+183+222=658 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.45% from 658); Green value is 183 (71.88% from 255 or 27.81% from 658); Blue value is 222 (87.11% from 255 or 33.74% from 658); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB7DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB7DE is #024821. Grayscale: #D0D0D0. Windows color (decimal): -149538 or 14596093. OLE color: 14596093.
HSL color Cylindrical-coordinate representation of color #FDB7DE: hue angle of 326.57º 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 #FDB7DE is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 222 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.01 |
| HSL | 326.57º | 0.95% | 0.85% | - |
| HSV(B) | 326.57º | 0.28% | 0.99% | - |
| XYZ | 70.63 | 60.02 | 76.97 | - |
| YUV | 208.38 | 135.69 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 222 | 0 | 0.28 | 0.12 | 0.01 | 326.57 | 0.95 | 0.85 |
| Hex | FD | B7 | DE | 0 | 1C | C | 1 | 147 | 5F | 55 |
| Octal | 375 | 267 | 336 | 0 | 34 | 14 | 1 | 507 | 137 | 125 |
| Binary | 11111101 | 10110111 | 11011110 | 0 | 11100 | 1100 | 1 | 101000111 | 1011111 | 1010101 |
Color Harmonies of #FDB7DE
Complementary color
Monochromatic Colors of #FDB7DE
Black with #FDB7DE
Text Example
Text Example
White with #FDB7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB7DE; }
p { color: rgb(253,183,222); }
H1.HeaderClassName
{
color: #FDB7DE;
}
.AnyTagClassName
{
color: #FDB7DE;
}
</style>
background-color css
<style>
a { background-color: #FDB7DE; }
a { background-color: rgb(253,183,222); }
div.DivClassName
{
background-color: #FDB7DE;
}
.BgClassName
{
background-color: #FDB7DE;
}
</style>
border-color css
<style>
span { border-color: #FDB7DE; }
span { border-color: rgb(253,183,222); }
td.TdClassName
{
border-color: #FDB7DE;
}
.TagClassName
{
border-color: #FDB7DE;
}
</style>