Shades of Cotton Candy #FABCDB
Tints of Cotton Candy #FABCDB
RGB
CMYK
RGB Variations
Color information
#FABCDB (or 0xFABCDB) is known color: Cotton Candy. HEX triplet: FA, BC and DB. RGB value is (250,188,219). Sum of RGB (Red+Green+Blue) = 250+188+219=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 188 (73.83% from 255 or 28.61% from 657); Blue value is 219 (85.94% from 255 or 33.33% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABCDB is #054324. Grayscale: #D2D2D2. Windows color (decimal): -344869 or 14400762. OLE color: 14400762.
HSL color Cylindrical-coordinate representation of color #FABCDB: hue angle of 330º 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 #FABCDB is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 188 | 219 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.02 |
| HSL | 330º | 0.86% | 0.86% | - |
| HSV(B) | 330º | 0.25% | 0.98% | - |
| XYZ | 70.19 | 61.4 | 75.17 | - |
| YUV | 210.07 | 133.04 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 188 | 219 | 0 | 0.25 | 0.12 | 0.02 | 330 | 0.86 | 0.86 |
| Hex | FA | BC | DB | 0 | 19 | C | 2 | 14A | 56 | 56 |
| Octal | 372 | 274 | 333 | 0 | 31 | 14 | 2 | 512 | 126 | 126 |
| Binary | 11111010 | 10111100 | 11011011 | 0 | 11001 | 1100 | 10 | 101001010 | 1010110 | 1010110 |
Color Harmonies of #FABCDB
Complementary color
Monochromatic Colors of #FABCDB
Black with #FABCDB
Text Example
Text Example
White with #FABCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABCDB; }
p { color: rgb(250,188,219); }
H1.HeaderClassName
{
color: #FABCDB;
}
.AnyTagClassName
{
color: #FABCDB;
}
</style>
background-color css
<style>
a { background-color: #FABCDB; }
a { background-color: rgb(250,188,219); }
div.DivClassName
{
background-color: #FABCDB;
}
.BgClassName
{
background-color: #FABCDB;
}
</style>
border-color css
<style>
span { border-color: #FABCDB; }
span { border-color: rgb(250,188,219); }
td.TdClassName
{
border-color: #FABCDB;
}
.TagClassName
{
border-color: #FABCDB;
}
</style>