Shades of Cotton Candy #FDBDD7
Tints of Cotton Candy #FDBDD7
RGB
CMYK
RGB Variations
Color information
#FDBDD7 (or 0xFDBDD7) is known color: Cotton Candy. HEX triplet: FD, BD and D7. RGB value is (253,189,215). Sum of RGB (Red+Green+Blue) = 253+189+215=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 189 (74.22% from 255 or 28.77% from 657); Blue value is 215 (84.38% from 255 or 32.72% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBDD7 is #024228. Grayscale: #D3D3D3. Windows color (decimal): -148009 or 14138877. OLE color: 14138877.
HSL color Cylindrical-coordinate representation of color #FDBDD7: hue angle of 335.62º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDBDD7 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 189 | 215 | - |
CMYK | 0 | 0.25 | 0.15 | 0.01 |
HSL | 335.63º | 0.94% | 0.87% | - |
HSV(B) | 335.63º | 0.25% | 0.99% | - |
XYZ | 70.97 | 62.18 | 72.55 | - |
YUV | 211.1 | 130.2 | 157.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 189 | 215 | 0 | 0.25 | 0.15 | 0.01 | 335.63 | 0.94 | 0.87 |
Hex | FD | BD | D7 | 0 | 19 | F | 1 | 150 | 5E | 57 |
Octal | 375 | 275 | 327 | 0 | 31 | 17 | 1 | 520 | 136 | 127 |
Binary | 11111101 | 10111101 | 11010111 | 0 | 11001 | 1111 | 1 | 101010000 | 1011110 | 1010111 |
Color Harmonies of #FDBDD7
Complementary color
Monochromatic Colors of #FDBDD7
Black with #FDBDD7
Text Example
Text Example
White with #FDBDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBDD7; }
p { color: rgb(253,189,215); }
H1.HeaderClassName
{
color: #FDBDD7;
}
.AnyTagClassName
{
color: #FDBDD7;
}
</style>
background-color css
<style>
a { background-color: #FDBDD7; }
a { background-color: rgb(253,189,215); }
div.DivClassName
{
background-color: #FDBDD7;
}
.BgClassName
{
background-color: #FDBDD7;
}
</style>
border-color css
<style>
span { border-color: #FDBDD7; }
span { border-color: rgb(253,189,215); }
td.TdClassName
{
border-color: #FDBDD7;
}
.TagClassName
{
border-color: #FDBDD7;
}
</style>