Shades of Cotton Candy #FDB8DF
Tints of Cotton Candy #FDB8DF
RGB
CMYK
RGB Variations
Color information
#FDB8DF (or 0xFDB8DF) is known color: Cotton Candy. HEX triplet: FD, B8 and DF. RGB value is (253,184,223). Sum of RGB (Red+Green+Blue) = 253+184+223=660 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.33% from 660); Green value is 184 (72.27% from 255 or 27.88% from 660); Blue value is 223 (87.5% from 255 or 33.79% from 660); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB8DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB8DF is #024720. Grayscale: #D0D0D0. Windows color (decimal): -149281 or 14661885. OLE color: 14661885.
HSL color Cylindrical-coordinate representation of color #FDB8DF: hue angle of 326.09º 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 #FDB8DF is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 223 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.01 |
| HSL | 326.09º | 0.95% | 0.86% | - |
| HSV(B) | 326.09º | 0.27% | 0.99% | - |
| XYZ | 70.97 | 60.49 | 77.75 | - |
| YUV | 209.08 | 135.86 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 223 | 0 | 0.27 | 0.12 | 0.01 | 326.09 | 0.95 | 0.86 |
| Hex | FD | B8 | DF | 0 | 1B | C | 1 | 146 | 5F | 56 |
| Octal | 375 | 270 | 337 | 0 | 33 | 14 | 1 | 506 | 137 | 126 |
| Binary | 11111101 | 10111000 | 11011111 | 0 | 11011 | 1100 | 1 | 101000110 | 1011111 | 1010110 |
Color Harmonies of #FDB8DF
Complementary color
Monochromatic Colors of #FDB8DF
Black with #FDB8DF
Text Example
Text Example
White with #FDB8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB8DF; }
p { color: rgb(253,184,223); }
H1.HeaderClassName
{
color: #FDB8DF;
}
.AnyTagClassName
{
color: #FDB8DF;
}
</style>
background-color css
<style>
a { background-color: #FDB8DF; }
a { background-color: rgb(253,184,223); }
div.DivClassName
{
background-color: #FDB8DF;
}
.BgClassName
{
background-color: #FDB8DF;
}
</style>
border-color css
<style>
span { border-color: #FDB8DF; }
span { border-color: rgb(253,184,223); }
td.TdClassName
{
border-color: #FDB8DF;
}
.TagClassName
{
border-color: #FDB8DF;
}
</style>