Shades of Cotton Candy #FDB3CD
Tints of Cotton Candy #FDB3CD
RGB
CMYK
RGB Variations
Color information
#FDB3CD (or 0xFDB3CD) is known color: Cotton Candy. HEX triplet: FD, B3 and CD. RGB value is (253,179,205). Sum of RGB (Red+Green+Blue) = 253+179+205=637 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.72% from 637); Green value is 179 (70.31% from 255 or 28.10% from 637); Blue value is 205 (80.47% from 255 or 32.18% from 637); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB3CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB3CD is #024C32. Grayscale: #CCCCCC. Windows color (decimal): -150579 or 13480957. OLE color: 13480957.
HSL color Cylindrical-coordinate representation of color #FDB3CD: hue angle of 338.92º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FDB3CD is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 205 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.01 |
| HSL | 338.92º | 0.95% | 0.85% | - |
| HSV(B) | 338.92º | 0.29% | 0.99% | - |
| XYZ | 67.65 | 57.53 | 65.3 | - |
| YUV | 204.09 | 128.52 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 205 | 0 | 0.29 | 0.19 | 0.01 | 338.92 | 0.95 | 0.85 |
| Hex | FD | B3 | CD | 0 | 1D | 13 | 1 | 153 | 5F | 55 |
| Octal | 375 | 263 | 315 | 0 | 35 | 23 | 1 | 523 | 137 | 125 |
| Binary | 11111101 | 10110011 | 11001101 | 0 | 11101 | 10011 | 1 | 101010011 | 1011111 | 1010101 |
Color Harmonies of #FDB3CD
Complementary color
Monochromatic Colors of #FDB3CD
Black with #FDB3CD
Text Example
Text Example
White with #FDB3CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB3CD; }
p { color: rgb(253,179,205); }
H1.HeaderClassName
{
color: #FDB3CD;
}
.AnyTagClassName
{
color: #FDB3CD;
}
</style>
background-color css
<style>
a { background-color: #FDB3CD; }
a { background-color: rgb(253,179,205); }
div.DivClassName
{
background-color: #FDB3CD;
}
.BgClassName
{
background-color: #FDB3CD;
}
</style>
border-color css
<style>
span { border-color: #FDB3CD; }
span { border-color: rgb(253,179,205); }
td.TdClassName
{
border-color: #FDB3CD;
}
.TagClassName
{
border-color: #FDB3CD;
}
</style>