Shades of Cotton Candy #FDB6CF
Tints of Cotton Candy #FDB6CF
RGB
CMYK
RGB Variations
Color information
#FDB6CF (or 0xFDB6CF) is known color: Cotton Candy. HEX triplet: FD, B6 and CF. RGB value is (253,182,207). Sum of RGB (Red+Green+Blue) = 253+182+207=642 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.41% from 642); Green value is 182 (71.48% from 255 or 28.35% from 642); Blue value is 207 (81.25% from 255 or 32.24% from 642); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB6CF is #024930. Grayscale: #CECECE. Windows color (decimal): -149809 or 13612797. OLE color: 13612797.
HSL color Cylindrical-coordinate representation of color #FDB6CF: hue angle of 338.87º 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 #FDB6CF is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 207 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.01 |
| HSL | 338.87º | 0.95% | 0.85% | - |
| HSV(B) | 338.87º | 0.28% | 0.99% | - |
| XYZ | 68.5 | 58.84 | 66.78 | - |
| YUV | 206.08 | 128.52 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 207 | 0 | 0.28 | 0.18 | 0.01 | 338.87 | 0.95 | 0.85 |
| Hex | FD | B6 | CF | 0 | 1C | 12 | 1 | 153 | 5F | 55 |
| Octal | 375 | 266 | 317 | 0 | 34 | 22 | 1 | 523 | 137 | 125 |
| Binary | 11111101 | 10110110 | 11001111 | 0 | 11100 | 10010 | 1 | 101010011 | 1011111 | 1010101 |
Color Harmonies of #FDB6CF
Complementary color
Monochromatic Colors of #FDB6CF
Black with #FDB6CF
Text Example
Text Example
White with #FDB6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB6CF; }
p { color: rgb(253,182,207); }
H1.HeaderClassName
{
color: #FDB6CF;
}
.AnyTagClassName
{
color: #FDB6CF;
}
</style>
background-color css
<style>
a { background-color: #FDB6CF; }
a { background-color: rgb(253,182,207); }
div.DivClassName
{
background-color: #FDB6CF;
}
.BgClassName
{
background-color: #FDB6CF;
}
</style>
border-color css
<style>
span { border-color: #FDB6CF; }
span { border-color: rgb(253,182,207); }
td.TdClassName
{
border-color: #FDB6CF;
}
.TagClassName
{
border-color: #FDB6CF;
}
</style>