Shades of Cotton Candy #FABBD0
Tints of Cotton Candy #FABBD0
RGB
CMYK
RGB Variations
Color information
#FABBD0 (or 0xFABBD0) is known color: Cotton Candy. HEX triplet: FA, BB and D0. RGB value is (250,187,208). Sum of RGB (Red+Green+Blue) = 250+187+208=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 187 (73.44% from 255 or 28.99% from 645); Blue value is 208 (81.64% from 255 or 32.25% from 645); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABBD0 is #05442F. Grayscale: #D0D0D0. Windows color (decimal): -345136 or 13679610. OLE color: 13679610.
HSL color Cylindrical-coordinate representation of color #FABBD0: hue angle of 340º 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 #FABBD0 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 208 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.02 |
| HSL | 340º | 0.86% | 0.86% | - |
| HSV(B) | 340º | 0.25% | 0.98% | - |
| XYZ | 68.58 | 60.42 | 67.72 | - |
| YUV | 208.23 | 127.87 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 208 | 0 | 0.25 | 0.17 | 0.02 | 340 | 0.86 | 0.86 |
| Hex | FA | BB | D0 | 0 | 19 | 11 | 2 | 154 | 56 | 56 |
| Octal | 372 | 273 | 320 | 0 | 31 | 21 | 2 | 524 | 126 | 126 |
| Binary | 11111010 | 10111011 | 11010000 | 0 | 11001 | 10001 | 10 | 101010100 | 1010110 | 1010110 |
Color Harmonies of #FABBD0
Complementary color
Monochromatic Colors of #FABBD0
Black with #FABBD0
Text Example
Text Example
White with #FABBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABBD0; }
p { color: rgb(250,187,208); }
H1.HeaderClassName
{
color: #FABBD0;
}
.AnyTagClassName
{
color: #FABBD0;
}
</style>
background-color css
<style>
a { background-color: #FABBD0; }
a { background-color: rgb(250,187,208); }
div.DivClassName
{
background-color: #FABBD0;
}
.BgClassName
{
background-color: #FABBD0;
}
</style>
border-color css
<style>
span { border-color: #FABBD0; }
span { border-color: rgb(250,187,208); }
td.TdClassName
{
border-color: #FABBD0;
}
.TagClassName
{
border-color: #FABBD0;
}
</style>