Shades of Cotton Candy #FDB8CE
Tints of Cotton Candy #FDB8CE
RGB
CMYK
RGB Variations
Color information
#FDB8CE (or 0xFDB8CE) is known color: Cotton Candy. HEX triplet: FD, B8 and CE. RGB value is (253,184,206). Sum of RGB (Red+Green+Blue) = 253+184+206=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 184 (72.27% from 255 or 28.62% from 643); Blue value is 206 (80.86% from 255 or 32.04% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB8CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB8CE is #024731. Grayscale: #CFCFCF. Windows color (decimal): -149298 or 13547773. OLE color: 13547773.
HSL color Cylindrical-coordinate representation of color #FDB8CE: hue angle of 340.87º degrees, saturation: 0.95, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FDB8CE is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 206 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.01 |
| HSL | 340.87º | 0.95% | 0.86% | - |
| HSV(B) | 340.87º | 0.27% | 0.99% | - |
| XYZ | 68.79 | 59.62 | 66.27 | - |
| YUV | 207.14 | 127.36 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 206 | 0 | 0.27 | 0.19 | 0.01 | 340.87 | 0.95 | 0.86 |
| Hex | FD | B8 | CE | 0 | 1B | 13 | 1 | 155 | 5F | 56 |
| Octal | 375 | 270 | 316 | 0 | 33 | 23 | 1 | 525 | 137 | 126 |
| Binary | 11111101 | 10111000 | 11001110 | 0 | 11011 | 10011 | 1 | 101010101 | 1011111 | 1010110 |
Color Harmonies of #FDB8CE
Complementary color
Monochromatic Colors of #FDB8CE
Black with #FDB8CE
Text Example
Text Example
White with #FDB8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB8CE; }
p { color: rgb(253,184,206); }
H1.HeaderClassName
{
color: #FDB8CE;
}
.AnyTagClassName
{
color: #FDB8CE;
}
</style>
background-color css
<style>
a { background-color: #FDB8CE; }
a { background-color: rgb(253,184,206); }
div.DivClassName
{
background-color: #FDB8CE;
}
.BgClassName
{
background-color: #FDB8CE;
}
</style>
border-color css
<style>
span { border-color: #FDB8CE; }
span { border-color: rgb(253,184,206); }
td.TdClassName
{
border-color: #FDB8CE;
}
.TagClassName
{
border-color: #FDB8CE;
}
</style>