Shades of Cotton Candy #FDB9E1
Tints of Cotton Candy #FDB9E1
RGB
CMYK
RGB Variations
Color information
#FDB9E1 (or 0xFDB9E1) is known color: Cotton Candy. HEX triplet: FD, B9 and E1. RGB value is (253,185,225). Sum of RGB (Red+Green+Blue) = 253+185+225=663 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.16% from 663); Green value is 185 (72.66% from 255 or 27.90% from 663); Blue value is 225 (88.28% from 255 or 33.94% from 663); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB9E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB9E1 is #02461E. Grayscale: #D1D1D1. Windows color (decimal): -149023 or 14793213. OLE color: 14793213.
HSL color Cylindrical-coordinate representation of color #FDB9E1: hue angle of 324.71º 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 #FDB9E1 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 185 | 225 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.01 |
| HSL | 324.71º | 0.94% | 0.86% | - |
| HSV(B) | 324.71º | 0.27% | 0.99% | - |
| XYZ | 71.45 | 61.02 | 79.25 | - |
| YUV | 209.89 | 136.53 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 185 | 225 | 0 | 0.27 | 0.11 | 0.01 | 324.71 | 0.94 | 0.86 |
| Hex | FD | B9 | E1 | 0 | 1B | B | 1 | 145 | 5E | 56 |
| Octal | 375 | 271 | 341 | 0 | 33 | 13 | 1 | 505 | 136 | 126 |
| Binary | 11111101 | 10111001 | 11100001 | 0 | 11011 | 1011 | 1 | 101000101 | 1011110 | 1010110 |
Color Harmonies of #FDB9E1
Complementary color
Monochromatic Colors of #FDB9E1
Black with #FDB9E1
Text Example
Text Example
White with #FDB9E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB9E1; }
p { color: rgb(253,185,225); }
H1.HeaderClassName
{
color: #FDB9E1;
}
.AnyTagClassName
{
color: #FDB9E1;
}
</style>
background-color css
<style>
a { background-color: #FDB9E1; }
a { background-color: rgb(253,185,225); }
div.DivClassName
{
background-color: #FDB9E1;
}
.BgClassName
{
background-color: #FDB9E1;
}
</style>
border-color css
<style>
span { border-color: #FDB9E1; }
span { border-color: rgb(253,185,225); }
td.TdClassName
{
border-color: #FDB9E1;
}
.TagClassName
{
border-color: #FDB9E1;
}
</style>