Shades of Cotton Candy #FDB6DD
Tints of Cotton Candy #FDB6DD
RGB
CMYK
RGB Variations
Color information
#FDB6DD (or 0xFDB6DD) is known color: Cotton Candy. HEX triplet: FD, B6 and DD. RGB value is (253,182,221). Sum of RGB (Red+Green+Blue) = 253+182+221=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 182 (71.48% from 255 or 27.74% from 656); Blue value is 221 (86.72% from 255 or 33.69% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB6DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB6DD is #024922. Grayscale: #CFCFCF. Windows color (decimal): -149795 or 14530301. OLE color: 14530301.
HSL color Cylindrical-coordinate representation of color #FDB6DD: hue angle of 327.04º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDB6DD is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 182 | 221 | - |
CMYK | 0 | 0.28 | 0.13 | 0.01 |
HSL | 327.04º | 0.95% | 0.85% | - |
HSV(B) | 327.04º | 0.28% | 0.99% | - |
XYZ | 70.29 | 59.56 | 76.2 | - |
YUV | 207.68 | 135.52 | 160.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 182 | 221 | 0 | 0.28 | 0.13 | 0.01 | 327.04 | 0.95 | 0.85 |
Hex | FD | B6 | DD | 0 | 1C | D | 1 | 147 | 5F | 55 |
Octal | 375 | 266 | 335 | 0 | 34 | 15 | 1 | 507 | 137 | 125 |
Binary | 11111101 | 10110110 | 11011101 | 0 | 11100 | 1101 | 1 | 101000111 | 1011111 | 1010101 |
Color Harmonies of #FDB6DD
Complementary color
Monochromatic Colors of #FDB6DD
Black with #FDB6DD
Text Example
Text Example
White with #FDB6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB6DD; }
p { color: rgb(253,182,221); }
H1.HeaderClassName
{
color: #FDB6DD;
}
.AnyTagClassName
{
color: #FDB6DD;
}
</style>
background-color css
<style>
a { background-color: #FDB6DD; }
a { background-color: rgb(253,182,221); }
div.DivClassName
{
background-color: #FDB6DD;
}
.BgClassName
{
background-color: #FDB6DD;
}
</style>
border-color css
<style>
span { border-color: #FDB6DD; }
span { border-color: rgb(253,182,221); }
td.TdClassName
{
border-color: #FDB6DD;
}
.TagClassName
{
border-color: #FDB6DD;
}
</style>