Shades of Cotton Candy #FDB9DA
Tints of Cotton Candy #FDB9DA
RGB
CMYK
RGB Variations
Color information
#FDB9DA (or 0xFDB9DA) is known color: Cotton Candy. HEX triplet: FD, B9 and DA. RGB value is (253,185,218). Sum of RGB (Red+Green+Blue) = 253+185+218=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 185 (72.66% from 255 or 28.20% from 656); Blue value is 218 (85.55% from 255 or 33.23% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB9DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB9DA is #024625. Grayscale: #D1D1D1. Windows color (decimal): -149030 or 14334461. OLE color: 14334461.
HSL color Cylindrical-coordinate representation of color #FDB9DA: hue angle of 330.88º degrees, saturation: 0.94, 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 #FDB9DA is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 185 | 218 | - |
CMYK | 0 | 0.27 | 0.14 | 0.01 |
HSL | 330.88º | 0.94% | 0.86% | - |
HSV(B) | 330.88º | 0.27% | 0.99% | - |
XYZ | 70.51 | 60.64 | 74.32 | - |
YUV | 209.09 | 133.03 | 159.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 185 | 218 | 0 | 0.27 | 0.14 | 0.01 | 330.88 | 0.94 | 0.86 |
Hex | FD | B9 | DA | 0 | 1B | E | 1 | 14B | 5E | 56 |
Octal | 375 | 271 | 332 | 0 | 33 | 16 | 1 | 513 | 136 | 126 |
Binary | 11111101 | 10111001 | 11011010 | 0 | 11011 | 1110 | 1 | 101001011 | 1011110 | 1010110 |
Color Harmonies of #FDB9DA
Complementary color
Monochromatic Colors of #FDB9DA
Black with #FDB9DA
Text Example
Text Example
White with #FDB9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB9DA; }
p { color: rgb(253,185,218); }
H1.HeaderClassName
{
color: #FDB9DA;
}
.AnyTagClassName
{
color: #FDB9DA;
}
</style>
background-color css
<style>
a { background-color: #FDB9DA; }
a { background-color: rgb(253,185,218); }
div.DivClassName
{
background-color: #FDB9DA;
}
.BgClassName
{
background-color: #FDB9DA;
}
</style>
border-color css
<style>
span { border-color: #FDB9DA; }
span { border-color: rgb(253,185,218); }
td.TdClassName
{
border-color: #FDB9DA;
}
.TagClassName
{
border-color: #FDB9DA;
}
</style>