Shades of Cotton Candy #FABCDF
Tints of Cotton Candy #FABCDF
RGB
CMYK
RGB Variations
Color information
#FABCDF (or 0xFABCDF) is known color: Cotton Candy. HEX triplet: FA, BC and DF. RGB value is (250,188,223). Sum of RGB (Red+Green+Blue) = 250+188+223=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 188 (73.83% from 255 or 28.44% from 661); Blue value is 223 (87.5% from 255 or 33.74% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABCDF is #054320. Grayscale: #D2D2D2. Windows color (decimal): -344865 or 14662906. OLE color: 14662906.
HSL color Cylindrical-coordinate representation of color #FABCDF: hue angle of 326.13º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FABCDF is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 188 | 223 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.02 |
| HSL | 326.13º | 0.86% | 0.86% | - |
| HSV(B) | 326.13º | 0.25% | 0.98% | - |
| XYZ | 70.73 | 61.62 | 77.98 | - |
| YUV | 210.53 | 135.04 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 188 | 223 | 0 | 0.25 | 0.11 | 0.02 | 326.13 | 0.86 | 0.86 |
| Hex | FA | BC | DF | 0 | 19 | B | 2 | 146 | 56 | 56 |
| Octal | 372 | 274 | 337 | 0 | 31 | 13 | 2 | 506 | 126 | 126 |
| Binary | 11111010 | 10111100 | 11011111 | 0 | 11001 | 1011 | 10 | 101000110 | 1010110 | 1010110 |
Color Harmonies of #FABCDF
Complementary color
Monochromatic Colors of #FABCDF
Black with #FABCDF
Text Example
Text Example
White with #FABCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABCDF; }
p { color: rgb(250,188,223); }
H1.HeaderClassName
{
color: #FABCDF;
}
.AnyTagClassName
{
color: #FABCDF;
}
</style>
background-color css
<style>
a { background-color: #FABCDF; }
a { background-color: rgb(250,188,223); }
div.DivClassName
{
background-color: #FABCDF;
}
.BgClassName
{
background-color: #FABCDF;
}
</style>
border-color css
<style>
span { border-color: #FABCDF; }
span { border-color: rgb(250,188,223); }
td.TdClassName
{
border-color: #FABCDF;
}
.TagClassName
{
border-color: #FABCDF;
}
</style>