Shades of Cotton Candy #FDBFD5
Tints of Cotton Candy #FDBFD5
RGB
CMYK
RGB Variations
Color information
#FDBFD5 (or 0xFDBFD5) is known color: Cotton Candy. HEX triplet: FD, BF and D5. RGB value is (253,191,213). Sum of RGB (Red+Green+Blue) = 253+191+213=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 191 (75% from 255 or 29.07% from 657); Blue value is 213 (83.59% from 255 or 32.42% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBFD5 is #02402A. Grayscale: #D4D4D4. Windows color (decimal): -147499 or 14008317. OLE color: 14008317.
HSL color Cylindrical-coordinate representation of color #FDBFD5: hue angle of 338.71º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDBFD5 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 191 | 213 | - |
| CMYK | 0 | 0.25 | 0.16 | 0.01 |
| HSL | 338.71º | 0.94% | 0.87% | - |
| HSV(B) | 338.71º | 0.25% | 0.99% | - |
| XYZ | 71.15 | 62.95 | 71.35 | - |
| YUV | 212.05 | 128.54 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 191 | 213 | 0 | 0.25 | 0.16 | 0.01 | 338.71 | 0.94 | 0.87 |
| Hex | FD | BF | D5 | 0 | 19 | 10 | 1 | 153 | 5E | 57 |
| Octal | 375 | 277 | 325 | 0 | 31 | 20 | 1 | 523 | 136 | 127 |
| Binary | 11111101 | 10111111 | 11010101 | 0 | 11001 | 10000 | 1 | 101010011 | 1011110 | 1010111 |
Color Harmonies of #FDBFD5
Complementary color
Monochromatic Colors of #FDBFD5
Black with #FDBFD5
Text Example
Text Example
White with #FDBFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBFD5; }
p { color: rgb(253,191,213); }
H1.HeaderClassName
{
color: #FDBFD5;
}
.AnyTagClassName
{
color: #FDBFD5;
}
</style>
background-color css
<style>
a { background-color: #FDBFD5; }
a { background-color: rgb(253,191,213); }
div.DivClassName
{
background-color: #FDBFD5;
}
.BgClassName
{
background-color: #FDBFD5;
}
</style>
border-color css
<style>
span { border-color: #FDBFD5; }
span { border-color: rgb(253,191,213); }
td.TdClassName
{
border-color: #FDBFD5;
}
.TagClassName
{
border-color: #FDBFD5;
}
</style>