Shades of Cotton Candy #FAB9CF
Tints of Cotton Candy #FAB9CF
RGB
CMYK
RGB Variations
Color information
#FAB9CF (or 0xFAB9CF) is known color: Cotton Candy. HEX triplet: FA, B9 and CF. RGB value is (250,185,207). Sum of RGB (Red+Green+Blue) = 250+185+207=642 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.94% from 642); Green value is 185 (72.66% from 255 or 28.82% from 642); Blue value is 207 (81.25% from 255 or 32.24% from 642); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB9CF is #054630. Grayscale: #CECECE. Windows color (decimal): -345649 or 13613562. OLE color: 13613562.
HSL color Cylindrical-coordinate representation of color #FAB9CF: hue angle of 339.69º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FAB9CF is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 185 | 207 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.02 |
| HSL | 339.69º | 0.87% | 0.85% | - |
| HSV(B) | 339.69º | 0.26% | 0.98% | - |
| XYZ | 68.04 | 59.53 | 66.94 | - |
| YUV | 206.94 | 128.03 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 185 | 207 | 0 | 0.26 | 0.17 | 0.02 | 339.69 | 0.87 | 0.85 |
| Hex | FA | B9 | CF | 0 | 1A | 11 | 2 | 154 | 57 | 55 |
| Octal | 372 | 271 | 317 | 0 | 32 | 21 | 2 | 524 | 127 | 125 |
| Binary | 11111010 | 10111001 | 11001111 | 0 | 11010 | 10001 | 10 | 101010100 | 1010111 | 1010101 |
Color Harmonies of #FAB9CF
Complementary color
Monochromatic Colors of #FAB9CF
Black with #FAB9CF
Text Example
Text Example
White with #FAB9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB9CF; }
p { color: rgb(250,185,207); }
H1.HeaderClassName
{
color: #FAB9CF;
}
.AnyTagClassName
{
color: #FAB9CF;
}
</style>
background-color css
<style>
a { background-color: #FAB9CF; }
a { background-color: rgb(250,185,207); }
div.DivClassName
{
background-color: #FAB9CF;
}
.BgClassName
{
background-color: #FAB9CF;
}
</style>
border-color css
<style>
span { border-color: #FAB9CF; }
span { border-color: rgb(250,185,207); }
td.TdClassName
{
border-color: #FAB9CF;
}
.TagClassName
{
border-color: #FAB9CF;
}
</style>