Shades of Cotton Candy #FDB3CE
Tints of Cotton Candy #FDB3CE
RGB
CMYK
RGB Variations
Color information
#FDB3CE (or 0xFDB3CE) is known color: Cotton Candy. HEX triplet: FD, B3 and CE. RGB value is (253,179,206). Sum of RGB (Red+Green+Blue) = 253+179+206=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 179 (70.31% from 255 or 28.06% from 638); Blue value is 206 (80.86% from 255 or 32.29% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB3CE is #024C31. Grayscale: #CCCCCC. Windows color (decimal): -150578 or 13546493. OLE color: 13546493.
HSL color Cylindrical-coordinate representation of color #FDB3CE: hue angle of 338.11º 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 #FDB3CE is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 206 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.01 |
| HSL | 338.11º | 0.95% | 0.85% | - |
| HSV(B) | 338.11º | 0.29% | 0.99% | - |
| XYZ | 67.77 | 57.58 | 65.93 | - |
| YUV | 204.2 | 129.02 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 206 | 0 | 0.29 | 0.19 | 0.01 | 338.11 | 0.95 | 0.85 |
| Hex | FD | B3 | CE | 0 | 1D | 13 | 1 | 152 | 5F | 55 |
| Octal | 375 | 263 | 316 | 0 | 35 | 23 | 1 | 522 | 137 | 125 |
| Binary | 11111101 | 10110011 | 11001110 | 0 | 11101 | 10011 | 1 | 101010010 | 1011111 | 1010101 |
Color Harmonies of #FDB3CE
Complementary color
Monochromatic Colors of #FDB3CE
Black with #FDB3CE
Text Example
Text Example
White with #FDB3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB3CE; }
p { color: rgb(253,179,206); }
H1.HeaderClassName
{
color: #FDB3CE;
}
.AnyTagClassName
{
color: #FDB3CE;
}
</style>
background-color css
<style>
a { background-color: #FDB3CE; }
a { background-color: rgb(253,179,206); }
div.DivClassName
{
background-color: #FDB3CE;
}
.BgClassName
{
background-color: #FDB3CE;
}
</style>
border-color css
<style>
span { border-color: #FDB3CE; }
span { border-color: rgb(253,179,206); }
td.TdClassName
{
border-color: #FDB3CE;
}
.TagClassName
{
border-color: #FDB3CE;
}
</style>