Shades of Cotton Candy #FAB7DF
Tints of Cotton Candy #FAB7DF
RGB
CMYK
RGB Variations
Color information
#FAB7DF (or 0xFAB7DF) is known color: Cotton Candy. HEX triplet: FA, B7 and DF. RGB value is (250,183,223). Sum of RGB (Red+Green+Blue) = 250+183+223=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 183 (71.88% from 255 or 27.90% from 656); Blue value is 223 (87.5% from 255 or 33.99% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB7DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB7DF is #054820. Grayscale: #CFCFCF. Windows color (decimal): -346145 or 14661626. OLE color: 14661626.
HSL color Cylindrical-coordinate representation of color #FAB7DF: hue angle of 324.18º 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 #FAB7DF is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 183 | 223 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.02 |
| HSL | 324.18º | 0.87% | 0.85% | - |
| HSV(B) | 324.18º | 0.27% | 0.98% | - |
| XYZ | 69.68 | 59.52 | 77.63 | - |
| YUV | 207.59 | 136.7 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 183 | 223 | 0 | 0.27 | 0.11 | 0.02 | 324.18 | 0.87 | 0.85 |
| Hex | FA | B7 | DF | 0 | 1B | B | 2 | 144 | 57 | 55 |
| Octal | 372 | 267 | 337 | 0 | 33 | 13 | 2 | 504 | 127 | 125 |
| Binary | 11111010 | 10110111 | 11011111 | 0 | 11011 | 1011 | 10 | 101000100 | 1010111 | 1010101 |
Color Harmonies of #FAB7DF
Complementary color
Monochromatic Colors of #FAB7DF
Black with #FAB7DF
Text Example
Text Example
White with #FAB7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB7DF; }
p { color: rgb(250,183,223); }
H1.HeaderClassName
{
color: #FAB7DF;
}
.AnyTagClassName
{
color: #FAB7DF;
}
</style>
background-color css
<style>
a { background-color: #FAB7DF; }
a { background-color: rgb(250,183,223); }
div.DivClassName
{
background-color: #FAB7DF;
}
.BgClassName
{
background-color: #FAB7DF;
}
</style>
border-color css
<style>
span { border-color: #FAB7DF; }
span { border-color: rgb(250,183,223); }
td.TdClassName
{
border-color: #FAB7DF;
}
.TagClassName
{
border-color: #FAB7DF;
}
</style>