Shades of Cotton Candy #FDBDDC
Tints of Cotton Candy #FDBDDC
RGB
CMYK
RGB Variations
Color information
#FDBDDC (or 0xFDBDDC) is known color: Cotton Candy. HEX triplet: FD, BD and DC. RGB value is (253,189,220). Sum of RGB (Red+Green+Blue) = 253+189+220=662 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.22% from 662); Green value is 189 (74.22% from 255 or 28.55% from 662); Blue value is 220 (86.33% from 255 or 33.23% from 662); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBDDC is #024223. Grayscale: #D3D3D3. Windows color (decimal): -148004 or 14466557. OLE color: 14466557.
HSL color Cylindrical-coordinate representation of color #FDBDDC: hue angle of 330.94º 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 #FDBDDC is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 189 | 220 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.01 |
| HSL | 330.94º | 0.94% | 0.87% | - |
| HSV(B) | 330.94º | 0.25% | 0.99% | - |
| XYZ | 71.62 | 62.45 | 75.99 | - |
| YUV | 211.67 | 132.7 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 189 | 220 | 0 | 0.25 | 0.13 | 0.01 | 330.94 | 0.94 | 0.87 |
| Hex | FD | BD | DC | 0 | 19 | D | 1 | 14B | 5E | 57 |
| Octal | 375 | 275 | 334 | 0 | 31 | 15 | 1 | 513 | 136 | 127 |
| Binary | 11111101 | 10111101 | 11011100 | 0 | 11001 | 1101 | 1 | 101001011 | 1011110 | 1010111 |
Color Harmonies of #FDBDDC
Complementary color
Monochromatic Colors of #FDBDDC
Black with #FDBDDC
Text Example
Text Example
White with #FDBDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBDDC; }
p { color: rgb(253,189,220); }
H1.HeaderClassName
{
color: #FDBDDC;
}
.AnyTagClassName
{
color: #FDBDDC;
}
</style>
background-color css
<style>
a { background-color: #FDBDDC; }
a { background-color: rgb(253,189,220); }
div.DivClassName
{
background-color: #FDBDDC;
}
.BgClassName
{
background-color: #FDBDDC;
}
</style>
border-color css
<style>
span { border-color: #FDBDDC; }
span { border-color: rgb(253,189,220); }
td.TdClassName
{
border-color: #FDBDDC;
}
.TagClassName
{
border-color: #FDBDDC;
}
</style>