Shades of Cotton Candy #FAB6DB
Tints of Cotton Candy #FAB6DB
RGB
CMYK
RGB Variations
Color information
#FAB6DB (or 0xFAB6DB) is known color: Cotton Candy. HEX triplet: FA, B6 and DB. RGB value is (250,182,219). Sum of RGB (Red+Green+Blue) = 250+182+219=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 182 (71.48% from 255 or 27.96% from 651); Blue value is 219 (85.94% from 255 or 33.64% from 651); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB6DB is #054924. Grayscale: #CECECE. Windows color (decimal): -346405 or 14399226. OLE color: 14399226.
HSL color Cylindrical-coordinate representation of color #FAB6DB: hue angle of 327.35º 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 #FAB6DB is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 182 | 219 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.02 |
| HSL | 327.35º | 0.87% | 0.85% | - |
| HSV(B) | 327.35º | 0.27% | 0.98% | - |
| XYZ | 68.94 | 58.89 | 74.75 | - |
| YUV | 206.55 | 135.03 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 182 | 219 | 0 | 0.27 | 0.12 | 0.02 | 327.35 | 0.87 | 0.85 |
| Hex | FA | B6 | DB | 0 | 1B | C | 2 | 147 | 57 | 55 |
| Octal | 372 | 266 | 333 | 0 | 33 | 14 | 2 | 507 | 127 | 125 |
| Binary | 11111010 | 10110110 | 11011011 | 0 | 11011 | 1100 | 10 | 101000111 | 1010111 | 1010101 |
Color Harmonies of #FAB6DB
Complementary color
Monochromatic Colors of #FAB6DB
Black with #FAB6DB
Text Example
Text Example
White with #FAB6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB6DB; }
p { color: rgb(250,182,219); }
H1.HeaderClassName
{
color: #FAB6DB;
}
.AnyTagClassName
{
color: #FAB6DB;
}
</style>
background-color css
<style>
a { background-color: #FAB6DB; }
a { background-color: rgb(250,182,219); }
div.DivClassName
{
background-color: #FAB6DB;
}
.BgClassName
{
background-color: #FAB6DB;
}
</style>
border-color css
<style>
span { border-color: #FAB6DB; }
span { border-color: rgb(250,182,219); }
td.TdClassName
{
border-color: #FAB6DB;
}
.TagClassName
{
border-color: #FAB6DB;
}
</style>