Shades of Cotton Candy #FABDDB
Tints of Cotton Candy #FABDDB
RGB
CMYK
RGB Variations
Color information
#FABDDB (or 0xFABDDB) is known color: Cotton Candy. HEX triplet: FA, BD and DB. RGB value is (250,189,219). Sum of RGB (Red+Green+Blue) = 250+189+219=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 189 (74.22% from 255 or 28.72% from 658); Blue value is 219 (85.94% from 255 or 33.28% from 658); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABDDB is #054224. Grayscale: #D2D2D2. Windows color (decimal): -344613 or 14401018. OLE color: 14401018.
HSL color Cylindrical-coordinate representation of color #FABDDB: hue angle of 330.49º 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 #FABDDB is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 219 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.02 |
| HSL | 330.49º | 0.86% | 0.86% | - |
| HSV(B) | 330.49º | 0.24% | 0.98% | - |
| XYZ | 70.41 | 61.83 | 75.24 | - |
| YUV | 210.66 | 132.71 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 219 | 0 | 0.24 | 0.12 | 0.02 | 330.49 | 0.86 | 0.86 |
| Hex | FA | BD | DB | 0 | 18 | C | 2 | 14A | 56 | 56 |
| Octal | 372 | 275 | 333 | 0 | 30 | 14 | 2 | 512 | 126 | 126 |
| Binary | 11111010 | 10111101 | 11011011 | 0 | 11000 | 1100 | 10 | 101001010 | 1010110 | 1010110 |
Color Harmonies of #FABDDB
Complementary color
Monochromatic Colors of #FABDDB
Black with #FABDDB
Text Example
Text Example
White with #FABDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABDDB; }
p { color: rgb(250,189,219); }
H1.HeaderClassName
{
color: #FABDDB;
}
.AnyTagClassName
{
color: #FABDDB;
}
</style>
background-color css
<style>
a { background-color: #FABDDB; }
a { background-color: rgb(250,189,219); }
div.DivClassName
{
background-color: #FABDDB;
}
.BgClassName
{
background-color: #FABDDB;
}
</style>
border-color css
<style>
span { border-color: #FABDDB; }
span { border-color: rgb(250,189,219); }
td.TdClassName
{
border-color: #FABDDB;
}
.TagClassName
{
border-color: #FABDDB;
}
</style>