Shades of Cotton Candy #FABBCF
Tints of Cotton Candy #FABBCF
RGB
CMYK
RGB Variations
Color information
#FABBCF (or 0xFABBCF) is known color: Cotton Candy. HEX triplet: FA, BB and CF. RGB value is (250,187,207). Sum of RGB (Red+Green+Blue) = 250+187+207=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 187 (73.44% from 255 or 29.04% from 644); Blue value is 207 (81.25% from 255 or 32.14% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABBCF is #054430. Grayscale: #D0D0D0. Windows color (decimal): -345137 or 13614074. OLE color: 13614074.
HSL color Cylindrical-coordinate representation of color #FABBCF: hue angle of 340.95º 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 #FABBCF is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 207 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.02 |
| HSL | 340.95º | 0.86% | 0.86% | - |
| HSV(B) | 340.95º | 0.25% | 0.98% | - |
| XYZ | 68.46 | 60.37 | 67.08 | - |
| YUV | 208.12 | 127.37 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 207 | 0 | 0.25 | 0.17 | 0.02 | 340.95 | 0.86 | 0.86 |
| Hex | FA | BB | CF | 0 | 19 | 11 | 2 | 155 | 56 | 56 |
| Octal | 372 | 273 | 317 | 0 | 31 | 21 | 2 | 525 | 126 | 126 |
| Binary | 11111010 | 10111011 | 11001111 | 0 | 11001 | 10001 | 10 | 101010101 | 1010110 | 1010110 |
Color Harmonies of #FABBCF
Complementary color
Monochromatic Colors of #FABBCF
Black with #FABBCF
Text Example
Text Example
White with #FABBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABBCF; }
p { color: rgb(250,187,207); }
H1.HeaderClassName
{
color: #FABBCF;
}
.AnyTagClassName
{
color: #FABBCF;
}
</style>
background-color css
<style>
a { background-color: #FABBCF; }
a { background-color: rgb(250,187,207); }
div.DivClassName
{
background-color: #FABBCF;
}
.BgClassName
{
background-color: #FABBCF;
}
</style>
border-color css
<style>
span { border-color: #FABBCF; }
span { border-color: rgb(250,187,207); }
td.TdClassName
{
border-color: #FABBCF;
}
.TagClassName
{
border-color: #FABBCF;
}
</style>