Shades of Cotton Candy #FDB8D5
Tints of Cotton Candy #FDB8D5
RGB
CMYK
RGB Variations
Color information
#FDB8D5 (or 0xFDB8D5) is known color: Cotton Candy. HEX triplet: FD, B8 and D5. RGB value is (253,184,213). Sum of RGB (Red+Green+Blue) = 253+184+213=650 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.92% from 650); Green value is 184 (72.27% from 255 or 28.31% from 650); Blue value is 213 (83.59% from 255 or 32.77% from 650); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB8D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB8D5 is #02472A. Grayscale: #CFCFCF. Windows color (decimal): -149291 or 14006525. OLE color: 14006525.
HSL color Cylindrical-coordinate representation of color #FDB8D5: hue angle of 334.78º degrees, saturation: 0.95, 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 #FDB8D5 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 213 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.01 |
| HSL | 334.78º | 0.95% | 0.86% | - |
| HSV(B) | 334.78º | 0.27% | 0.99% | - |
| XYZ | 69.66 | 59.97 | 70.85 | - |
| YUV | 207.94 | 130.86 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 213 | 0 | 0.27 | 0.16 | 0.01 | 334.78 | 0.95 | 0.86 |
| Hex | FD | B8 | D5 | 0 | 1B | 10 | 1 | 14F | 5F | 56 |
| Octal | 375 | 270 | 325 | 0 | 33 | 20 | 1 | 517 | 137 | 126 |
| Binary | 11111101 | 10111000 | 11010101 | 0 | 11011 | 10000 | 1 | 101001111 | 1011111 | 1010110 |
Color Harmonies of #FDB8D5
Complementary color
Monochromatic Colors of #FDB8D5
Black with #FDB8D5
Text Example
Text Example
White with #FDB8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB8D5; }
p { color: rgb(253,184,213); }
H1.HeaderClassName
{
color: #FDB8D5;
}
.AnyTagClassName
{
color: #FDB8D5;
}
</style>
background-color css
<style>
a { background-color: #FDB8D5; }
a { background-color: rgb(253,184,213); }
div.DivClassName
{
background-color: #FDB8D5;
}
.BgClassName
{
background-color: #FDB8D5;
}
</style>
border-color css
<style>
span { border-color: #FDB8D5; }
span { border-color: rgb(253,184,213); }
td.TdClassName
{
border-color: #FDB8D5;
}
.TagClassName
{
border-color: #FDB8D5;
}
</style>