Shades of Cotton Candy #FDB7DB
Tints of Cotton Candy #FDB7DB
RGB
CMYK
RGB Variations
Color information
#FDB7DB (or 0xFDB7DB) is known color: Cotton Candy. HEX triplet: FD, B7 and DB. RGB value is (253,183,219). Sum of RGB (Red+Green+Blue) = 253+183+219=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 183 (71.88% from 255 or 27.94% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB7DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB7DB is #024824. Grayscale: #CFCFCF. Windows color (decimal): -149541 or 14399485. OLE color: 14399485.
HSL color Cylindrical-coordinate representation of color #FDB7DB: hue angle of 329.14º 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 #FDB7DB is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 183 | 219 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.01 |
| HSL | 329.14º | 0.95% | 0.85% | - |
| HSV(B) | 329.14º | 0.28% | 0.99% | - |
| XYZ | 70.23 | 59.86 | 74.87 | - |
| YUV | 208.03 | 134.19 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 183 | 219 | 0 | 0.28 | 0.13 | 0.01 | 329.14 | 0.95 | 0.85 |
| Hex | FD | B7 | DB | 0 | 1C | D | 1 | 149 | 5F | 55 |
| Octal | 375 | 267 | 333 | 0 | 34 | 15 | 1 | 511 | 137 | 125 |
| Binary | 11111101 | 10110111 | 11011011 | 0 | 11100 | 1101 | 1 | 101001001 | 1011111 | 1010101 |
Color Harmonies of #FDB7DB
Complementary color
Monochromatic Colors of #FDB7DB
Black with #FDB7DB
Text Example
Text Example
White with #FDB7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB7DB; }
p { color: rgb(253,183,219); }
H1.HeaderClassName
{
color: #FDB7DB;
}
.AnyTagClassName
{
color: #FDB7DB;
}
</style>
background-color css
<style>
a { background-color: #FDB7DB; }
a { background-color: rgb(253,183,219); }
div.DivClassName
{
background-color: #FDB7DB;
}
.BgClassName
{
background-color: #FDB7DB;
}
</style>
border-color css
<style>
span { border-color: #FDB7DB; }
span { border-color: rgb(253,183,219); }
td.TdClassName
{
border-color: #FDB7DB;
}
.TagClassName
{
border-color: #FDB7DB;
}
</style>