Shades of Cotton Candy #FAB7DC
Tints of Cotton Candy #FAB7DC
RGB
CMYK
RGB Variations
Color information
#FAB7DC (or 0xFAB7DC) is known color: Cotton Candy. HEX triplet: FA, B7 and DC. RGB value is (250,183,220). Sum of RGB (Red+Green+Blue) = 250+183+220=653 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.28% from 653); Green value is 183 (71.88% from 255 or 28.02% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB7DC is #054823. Grayscale: #CFCFCF. Windows color (decimal): -346148 or 14465018. OLE color: 14465018.
HSL color Cylindrical-coordinate representation of color #FAB7DC: hue angle of 326.87º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FAB7DC is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 183 | 220 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.02 |
| HSL | 326.87º | 0.87% | 0.85% | - |
| HSV(B) | 326.87º | 0.27% | 0.98% | - |
| XYZ | 69.28 | 59.36 | 75.52 | - |
| YUV | 207.25 | 135.2 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 183 | 220 | 0 | 0.27 | 0.12 | 0.02 | 326.87 | 0.87 | 0.85 |
| Hex | FA | B7 | DC | 0 | 1B | C | 2 | 147 | 57 | 55 |
| Octal | 372 | 267 | 334 | 0 | 33 | 14 | 2 | 507 | 127 | 125 |
| Binary | 11111010 | 10110111 | 11011100 | 0 | 11011 | 1100 | 10 | 101000111 | 1010111 | 1010101 |
Color Harmonies of #FAB7DC
Complementary color
Monochromatic Colors of #FAB7DC
Black with #FAB7DC
Text Example
Text Example
White with #FAB7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB7DC; }
p { color: rgb(250,183,220); }
H1.HeaderClassName
{
color: #FAB7DC;
}
.AnyTagClassName
{
color: #FAB7DC;
}
</style>
background-color css
<style>
a { background-color: #FAB7DC; }
a { background-color: rgb(250,183,220); }
div.DivClassName
{
background-color: #FAB7DC;
}
.BgClassName
{
background-color: #FAB7DC;
}
</style>
border-color css
<style>
span { border-color: #FAB7DC; }
span { border-color: rgb(250,183,220); }
td.TdClassName
{
border-color: #FAB7DC;
}
.TagClassName
{
border-color: #FAB7DC;
}
</style>