Shades of Cotton Candy #FDB8DE
Tints of Cotton Candy #FDB8DE
RGB
CMYK
RGB Variations
Color information
#FDB8DE (or 0xFDB8DE) is known color: Cotton Candy. HEX triplet: FD, B8 and DE. RGB value is (253,184,222). Sum of RGB (Red+Green+Blue) = 253+184+222=659 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.39% from 659); Green value is 184 (72.27% from 255 or 27.92% from 659); Blue value is 222 (87.11% from 255 or 33.69% from 659); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB8DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB8DE is #024721. Grayscale: #D0D0D0. Windows color (decimal): -149282 or 14596349. OLE color: 14596349.
HSL color Cylindrical-coordinate representation of color #FDB8DE: hue angle of 326.96º 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 #FDB8DE is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 222 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.01 |
| HSL | 326.96º | 0.95% | 0.86% | - |
| HSV(B) | 326.96º | 0.27% | 0.99% | - |
| XYZ | 70.83 | 60.44 | 77.04 | - |
| YUV | 208.96 | 135.36 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 222 | 0 | 0.27 | 0.12 | 0.01 | 326.96 | 0.95 | 0.86 |
| Hex | FD | B8 | DE | 0 | 1B | C | 1 | 147 | 5F | 56 |
| Octal | 375 | 270 | 336 | 0 | 33 | 14 | 1 | 507 | 137 | 126 |
| Binary | 11111101 | 10111000 | 11011110 | 0 | 11011 | 1100 | 1 | 101000111 | 1011111 | 1010110 |
Color Harmonies of #FDB8DE
Complementary color
Monochromatic Colors of #FDB8DE
Black with #FDB8DE
Text Example
Text Example
White with #FDB8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB8DE; }
p { color: rgb(253,184,222); }
H1.HeaderClassName
{
color: #FDB8DE;
}
.AnyTagClassName
{
color: #FDB8DE;
}
</style>
background-color css
<style>
a { background-color: #FDB8DE; }
a { background-color: rgb(253,184,222); }
div.DivClassName
{
background-color: #FDB8DE;
}
.BgClassName
{
background-color: #FDB8DE;
}
</style>
border-color css
<style>
span { border-color: #FDB8DE; }
span { border-color: rgb(253,184,222); }
td.TdClassName
{
border-color: #FDB8DE;
}
.TagClassName
{
border-color: #FDB8DE;
}
</style>