Shades of Cotton Candy #FAB6D1
Tints of Cotton Candy #FAB6D1
RGB
CMYK
RGB Variations
Color information
#FAB6D1 (or 0xFAB6D1) is known color: Cotton Candy. HEX triplet: FA, B6 and D1. RGB value is (250,182,209). Sum of RGB (Red+Green+Blue) = 250+182+209=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 182 (71.48% from 255 or 28.39% from 641); Blue value is 209 (82.03% from 255 or 32.61% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB6D1 is #05492E. Grayscale: #CDCDCD. Windows color (decimal): -346415 or 13743866. OLE color: 13743866.
HSL color Cylindrical-coordinate representation of color #FAB6D1: hue angle of 336.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 #FAB6D1 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 182 | 209 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.02 |
| HSL | 336.18º | 0.87% | 0.85% | - |
| HSV(B) | 336.18º | 0.27% | 0.98% | - |
| XYZ | 67.66 | 58.38 | 68.02 | - |
| YUV | 205.41 | 130.03 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 182 | 209 | 0 | 0.27 | 0.16 | 0.02 | 336.18 | 0.87 | 0.85 |
| Hex | FA | B6 | D1 | 0 | 1B | 10 | 2 | 150 | 57 | 55 |
| Octal | 372 | 266 | 321 | 0 | 33 | 20 | 2 | 520 | 127 | 125 |
| Binary | 11111010 | 10110110 | 11010001 | 0 | 11011 | 10000 | 10 | 101010000 | 1010111 | 1010101 |
Color Harmonies of #FAB6D1
Complementary color
Monochromatic Colors of #FAB6D1
Black with #FAB6D1
Text Example
Text Example
White with #FAB6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB6D1; }
p { color: rgb(250,182,209); }
H1.HeaderClassName
{
color: #FAB6D1;
}
.AnyTagClassName
{
color: #FAB6D1;
}
</style>
background-color css
<style>
a { background-color: #FAB6D1; }
a { background-color: rgb(250,182,209); }
div.DivClassName
{
background-color: #FAB6D1;
}
.BgClassName
{
background-color: #FAB6D1;
}
</style>
border-color css
<style>
span { border-color: #FAB6D1; }
span { border-color: rgb(250,182,209); }
td.TdClassName
{
border-color: #FAB6D1;
}
.TagClassName
{
border-color: #FAB6D1;
}
</style>