Shades of Cotton Candy #FDB6DF
Tints of Cotton Candy #FDB6DF
RGB
CMYK
RGB Variations
Color information
#FDB6DF (or 0xFDB6DF) is known color: Cotton Candy. HEX triplet: FD, B6 and DF. RGB value is (253,182,223). Sum of RGB (Red+Green+Blue) = 253+182+223=658 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.45% from 658); Green value is 182 (71.48% from 255 or 27.66% from 658); Blue value is 223 (87.5% from 255 or 33.89% from 658); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB6DF is #024920. Grayscale: #CFCFCF. Windows color (decimal): -149793 or 14661373. OLE color: 14661373.
HSL color Cylindrical-coordinate representation of color #FDB6DF: hue angle of 325.35º 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 #FDB6DF is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 182 | 223 | - |
CMYK | 0 | 0.28 | 0.12 | 0.01 |
HSL | 325.35º | 0.95% | 0.85% | - |
HSV(B) | 325.35º | 0.28% | 0.99% | - |
XYZ | 70.56 | 59.67 | 77.61 | - |
YUV | 207.9 | 136.52 | 160.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 182 | 223 | 0 | 0.28 | 0.12 | 0.01 | 325.35 | 0.95 | 0.85 |
Hex | FD | B6 | DF | 0 | 1C | C | 1 | 145 | 5F | 55 |
Octal | 375 | 266 | 337 | 0 | 34 | 14 | 1 | 505 | 137 | 125 |
Binary | 11111101 | 10110110 | 11011111 | 0 | 11100 | 1100 | 1 | 101000101 | 1011111 | 1010101 |
Color Harmonies of #FDB6DF
Complementary color
Monochromatic Colors of #FDB6DF
Black with #FDB6DF
Text Example
Text Example
White with #FDB6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB6DF; }
p { color: rgb(253,182,223); }
H1.HeaderClassName
{
color: #FDB6DF;
}
.AnyTagClassName
{
color: #FDB6DF;
}
</style>
background-color css
<style>
a { background-color: #FDB6DF; }
a { background-color: rgb(253,182,223); }
div.DivClassName
{
background-color: #FDB6DF;
}
.BgClassName
{
background-color: #FDB6DF;
}
</style>
border-color css
<style>
span { border-color: #FDB6DF; }
span { border-color: rgb(253,182,223); }
td.TdClassName
{
border-color: #FDB6DF;
}
.TagClassName
{
border-color: #FDB6DF;
}
</style>