Shades of Cotton Candy #FABDD6
Tints of Cotton Candy #FABDD6
RGB
CMYK
RGB Variations
Color information
#FABDD6 (or 0xFABDD6) is known color: Cotton Candy. HEX triplet: FA, BD and D6. RGB value is (250,189,214). Sum of RGB (Red+Green+Blue) = 250+189+214=653 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.28% from 653); Green value is 189 (74.22% from 255 or 28.94% from 653); Blue value is 214 (83.98% from 255 or 32.77% from 653); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABDD6 is #054229. Grayscale: #D2D2D2. Windows color (decimal): -344618 or 14073338. OLE color: 14073338.
HSL color Cylindrical-coordinate representation of color #FABDD6: hue angle of 335.41º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FABDD6 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 214 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.02 |
| HSL | 335.41º | 0.86% | 0.86% | - |
| HSV(B) | 335.41º | 0.24% | 0.98% | - |
| XYZ | 69.76 | 61.57 | 71.83 | - |
| YUV | 210.09 | 130.21 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 214 | 0 | 0.24 | 0.14 | 0.02 | 335.41 | 0.86 | 0.86 |
| Hex | FA | BD | D6 | 0 | 18 | E | 2 | 14F | 56 | 56 |
| Octal | 372 | 275 | 326 | 0 | 30 | 16 | 2 | 517 | 126 | 126 |
| Binary | 11111010 | 10111101 | 11010110 | 0 | 11000 | 1110 | 10 | 101001111 | 1010110 | 1010110 |
Color Harmonies of #FABDD6
Complementary color
Monochromatic Colors of #FABDD6
Black with #FABDD6
Text Example
Text Example
White with #FABDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABDD6; }
p { color: rgb(250,189,214); }
H1.HeaderClassName
{
color: #FABDD6;
}
.AnyTagClassName
{
color: #FABDD6;
}
</style>
background-color css
<style>
a { background-color: #FABDD6; }
a { background-color: rgb(250,189,214); }
div.DivClassName
{
background-color: #FABDD6;
}
.BgClassName
{
background-color: #FABDD6;
}
</style>
border-color css
<style>
span { border-color: #FABDD6; }
span { border-color: rgb(250,189,214); }
td.TdClassName
{
border-color: #FABDD6;
}
.TagClassName
{
border-color: #FABDD6;
}
</style>