Shades of Cotton Candy #FDB6DA
Tints of Cotton Candy #FDB6DA
RGB
CMYK
RGB Variations
Color information
#FDB6DA (or 0xFDB6DA) is known color: Cotton Candy. HEX triplet: FD, B6 and DA. RGB value is (253,182,218). Sum of RGB (Red+Green+Blue) = 253+182+218=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 182 (71.48% from 255 or 27.87% from 653); Blue value is 218 (85.55% from 255 or 33.38% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB6DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB6DA is #024925. Grayscale: #CFCFCF. Windows color (decimal): -149798 or 14333693. OLE color: 14333693.
HSL color Cylindrical-coordinate representation of color #FDB6DA: hue angle of 329.58º 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 #FDB6DA is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 218 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.01 |
| HSL | 329.58º | 0.95% | 0.85% | - |
| HSV(B) | 329.58º | 0.28% | 0.99% | - |
| XYZ | 69.89 | 59.4 | 74.11 | - |
| YUV | 207.33 | 134.02 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 218 | 0 | 0.28 | 0.14 | 0.01 | 329.58 | 0.95 | 0.85 |
| Hex | FD | B6 | DA | 0 | 1C | E | 1 | 14A | 5F | 55 |
| Octal | 375 | 266 | 332 | 0 | 34 | 16 | 1 | 512 | 137 | 125 |
| Binary | 11111101 | 10110110 | 11011010 | 0 | 11100 | 1110 | 1 | 101001010 | 1011111 | 1010101 |
Color Harmonies of #FDB6DA
Complementary color
Monochromatic Colors of #FDB6DA
Black with #FDB6DA
Text Example
Text Example
White with #FDB6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB6DA; }
p { color: rgb(253,182,218); }
H1.HeaderClassName
{
color: #FDB6DA;
}
.AnyTagClassName
{
color: #FDB6DA;
}
</style>
background-color css
<style>
a { background-color: #FDB6DA; }
a { background-color: rgb(253,182,218); }
div.DivClassName
{
background-color: #FDB6DA;
}
.BgClassName
{
background-color: #FDB6DA;
}
</style>
border-color css
<style>
span { border-color: #FDB6DA; }
span { border-color: rgb(253,182,218); }
td.TdClassName
{
border-color: #FDB6DA;
}
.TagClassName
{
border-color: #FDB6DA;
}
</style>