Shades of Cotton Candy #FABDDD
Tints of Cotton Candy #FABDDD
RGB
CMYK
RGB Variations
Color information
#FABDDD (or 0xFABDDD) is known color: Cotton Candy. HEX triplet: FA, BD and DD. RGB value is (250,189,221). Sum of RGB (Red+Green+Blue) = 250+189+221=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 189 (74.22% from 255 or 28.64% from 660); Blue value is 221 (86.72% from 255 or 33.48% from 660); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABDDD is #054222. Grayscale: #D2D2D2. Windows color (decimal): -344611 or 14532090. OLE color: 14532090.
HSL color Cylindrical-coordinate representation of color #FABDDD: hue angle of 328.52º 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 #FABDDD is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 221 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.02 |
| HSL | 328.52º | 0.86% | 0.86% | - |
| HSV(B) | 328.52º | 0.24% | 0.98% | - |
| XYZ | 70.67 | 61.94 | 76.64 | - |
| YUV | 210.89 | 133.71 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 221 | 0 | 0.24 | 0.12 | 0.02 | 328.52 | 0.86 | 0.86 |
| Hex | FA | BD | DD | 0 | 18 | C | 2 | 149 | 56 | 56 |
| Octal | 372 | 275 | 335 | 0 | 30 | 14 | 2 | 511 | 126 | 126 |
| Binary | 11111010 | 10111101 | 11011101 | 0 | 11000 | 1100 | 10 | 101001001 | 1010110 | 1010110 |
Color Harmonies of #FABDDD
Complementary color
Monochromatic Colors of #FABDDD
Black with #FABDDD
Text Example
Text Example
White with #FABDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABDDD; }
p { color: rgb(250,189,221); }
H1.HeaderClassName
{
color: #FABDDD;
}
.AnyTagClassName
{
color: #FABDDD;
}
</style>
background-color css
<style>
a { background-color: #FABDDD; }
a { background-color: rgb(250,189,221); }
div.DivClassName
{
background-color: #FABDDD;
}
.BgClassName
{
background-color: #FABDDD;
}
</style>
border-color css
<style>
span { border-color: #FABDDD; }
span { border-color: rgb(250,189,221); }
td.TdClassName
{
border-color: #FABDDD;
}
.TagClassName
{
border-color: #FABDDD;
}
</style>