Shades of Cotton Candy #FABBE0
Tints of Cotton Candy #FABBE0
RGB
CMYK
RGB Variations
Color information
#FABBE0 (or 0xFABBE0) is known color: Cotton Candy. HEX triplet: FA, BB and E0. RGB value is (250,187,224). Sum of RGB (Red+Green+Blue) = 250+187+224=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 187 (73.44% from 255 or 28.29% from 661); Blue value is 224 (87.89% from 255 or 33.89% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABBE0 is #05441F. Grayscale: #D1D1D1. Windows color (decimal): -345120 or 14728186. OLE color: 14728186.
HSL color Cylindrical-coordinate representation of color #FABBE0: hue angle of 324.76º 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 #FABBE0 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 224 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.02 |
| HSL | 324.76º | 0.86% | 0.86% | - |
| HSV(B) | 324.76º | 0.25% | 0.98% | - |
| XYZ | 70.65 | 61.25 | 78.62 | - |
| YUV | 210.06 | 135.87 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 224 | 0 | 0.25 | 0.10 | 0.02 | 324.76 | 0.86 | 0.86 |
| Hex | FA | BB | E0 | 0 | 19 | A | 2 | 145 | 56 | 56 |
| Octal | 372 | 273 | 340 | 0 | 31 | 12 | 2 | 505 | 126 | 126 |
| Binary | 11111010 | 10111011 | 11100000 | 0 | 11001 | 1010 | 10 | 101000101 | 1010110 | 1010110 |
Color Harmonies of #FABBE0
Complementary color
Monochromatic Colors of #FABBE0
Black with #FABBE0
Text Example
Text Example
White with #FABBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABBE0; }
p { color: rgb(250,187,224); }
H1.HeaderClassName
{
color: #FABBE0;
}
.AnyTagClassName
{
color: #FABBE0;
}
</style>
background-color css
<style>
a { background-color: #FABBE0; }
a { background-color: rgb(250,187,224); }
div.DivClassName
{
background-color: #FABBE0;
}
.BgClassName
{
background-color: #FABBE0;
}
</style>
border-color css
<style>
span { border-color: #FABBE0; }
span { border-color: rgb(250,187,224); }
td.TdClassName
{
border-color: #FABBE0;
}
.TagClassName
{
border-color: #FABBE0;
}
</style>