Shades of Cotton Candy #FDBDDD
Tints of Cotton Candy #FDBDDD
RGB
CMYK
RGB Variations
Color information
#FDBDDD (or 0xFDBDDD) is known color: Cotton Candy. HEX triplet: FD, BD and DD. RGB value is (253,189,221). Sum of RGB (Red+Green+Blue) = 253+189+221=663 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.16% from 663); Green value is 189 (74.22% from 255 or 28.51% from 663); Blue value is 221 (86.72% from 255 or 33.33% from 663); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBDDD is #024222. Grayscale: #D3D3D3. Windows color (decimal): -148003 or 14532093. OLE color: 14532093.
HSL color Cylindrical-coordinate representation of color #FDBDDD: hue angle of 330º 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 #FDBDDD is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 189 | 221 | - |
CMYK | 0 | 0.25 | 0.13 | 0.01 |
HSL | 330º | 0.94% | 0.87% | - |
HSV(B) | 330º | 0.25% | 0.99% | - |
XYZ | 71.76 | 62.5 | 76.69 | - |
YUV | 211.78 | 133.2 | 157.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 189 | 221 | 0 | 0.25 | 0.13 | 0.01 | 330 | 0.94 | 0.87 |
Hex | FD | BD | DD | 0 | 19 | D | 1 | 14A | 5E | 57 |
Octal | 375 | 275 | 335 | 0 | 31 | 15 | 1 | 512 | 136 | 127 |
Binary | 11111101 | 10111101 | 11011101 | 0 | 11001 | 1101 | 1 | 101001010 | 1011110 | 1010111 |
Color Harmonies of #FDBDDD
Complementary color
Monochromatic Colors of #FDBDDD
Black with #FDBDDD
Text Example
Text Example
White with #FDBDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBDDD; }
p { color: rgb(253,189,221); }
H1.HeaderClassName
{
color: #FDBDDD;
}
.AnyTagClassName
{
color: #FDBDDD;
}
</style>
background-color css
<style>
a { background-color: #FDBDDD; }
a { background-color: rgb(253,189,221); }
div.DivClassName
{
background-color: #FDBDDD;
}
.BgClassName
{
background-color: #FDBDDD;
}
</style>
border-color css
<style>
span { border-color: #FDBDDD; }
span { border-color: rgb(253,189,221); }
td.TdClassName
{
border-color: #FDBDDD;
}
.TagClassName
{
border-color: #FDBDDD;
}
</style>