Shades of Cotton Candy #FDBBDC
Tints of Cotton Candy #FDBBDC
RGB
CMYK
RGB Variations
Color information
#FDBBDC (or 0xFDBBDC) is known color: Cotton Candy. HEX triplet: FD, BB and DC. RGB value is (253,187,220). Sum of RGB (Red+Green+Blue) = 253+187+220=660 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.33% from 660); Green value is 187 (73.44% from 255 or 28.33% from 660); Blue value is 220 (86.33% from 255 or 33.33% from 660); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBBDC is #024423. Grayscale: #D2D2D2. Windows color (decimal): -148516 or 14466045. OLE color: 14466045.
HSL color Cylindrical-coordinate representation of color #FDBBDC: hue angle of 330º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDBBDC is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 187 | 220 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.01 |
| HSL | 330º | 0.94% | 0.86% | - |
| HSV(B) | 330º | 0.26% | 0.99% | - |
| XYZ | 71.2 | 61.59 | 75.85 | - |
| YUV | 210.5 | 133.37 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 187 | 220 | 0 | 0.26 | 0.13 | 0.01 | 330 | 0.94 | 0.86 |
| Hex | FD | BB | DC | 0 | 1A | D | 1 | 14A | 5E | 56 |
| Octal | 375 | 273 | 334 | 0 | 32 | 15 | 1 | 512 | 136 | 126 |
| Binary | 11111101 | 10111011 | 11011100 | 0 | 11010 | 1101 | 1 | 101001010 | 1011110 | 1010110 |
Color Harmonies of #FDBBDC
Complementary color
Monochromatic Colors of #FDBBDC
Black with #FDBBDC
Text Example
Text Example
White with #FDBBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBBDC; }
p { color: rgb(253,187,220); }
H1.HeaderClassName
{
color: #FDBBDC;
}
.AnyTagClassName
{
color: #FDBBDC;
}
</style>
background-color css
<style>
a { background-color: #FDBBDC; }
a { background-color: rgb(253,187,220); }
div.DivClassName
{
background-color: #FDBBDC;
}
.BgClassName
{
background-color: #FDBBDC;
}
</style>
border-color css
<style>
span { border-color: #FDBBDC; }
span { border-color: rgb(253,187,220); }
td.TdClassName
{
border-color: #FDBBDC;
}
.TagClassName
{
border-color: #FDBBDC;
}
</style>