Shades of Cotton Candy #FABBD5
Tints of Cotton Candy #FABBD5
RGB
CMYK
RGB Variations
Color information
#FABBD5 (or 0xFABBD5) is known color: Cotton Candy. HEX triplet: FA, BB and D5. RGB value is (250,187,213). Sum of RGB (Red+Green+Blue) = 250+187+213=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 187 (73.44% from 255 or 28.77% from 650); Blue value is 213 (83.59% from 255 or 32.77% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABBD5 is #05442A. Grayscale: #D0D0D0. Windows color (decimal): -345131 or 14007290. OLE color: 14007290.
HSL color Cylindrical-coordinate representation of color #FABBD5: hue angle of 335.24º 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 #FABBD5 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 213 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.02 |
| HSL | 335.24º | 0.86% | 0.86% | - |
| HSV(B) | 335.24º | 0.25% | 0.98% | - |
| XYZ | 69.2 | 60.67 | 71.01 | - |
| YUV | 208.8 | 130.37 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 213 | 0 | 0.25 | 0.15 | 0.02 | 335.24 | 0.86 | 0.86 |
| Hex | FA | BB | D5 | 0 | 19 | F | 2 | 14F | 56 | 56 |
| Octal | 372 | 273 | 325 | 0 | 31 | 17 | 2 | 517 | 126 | 126 |
| Binary | 11111010 | 10111011 | 11010101 | 0 | 11001 | 1111 | 10 | 101001111 | 1010110 | 1010110 |
Color Harmonies of #FABBD5
Complementary color
Monochromatic Colors of #FABBD5
Black with #FABBD5
Text Example
Text Example
White with #FABBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABBD5; }
p { color: rgb(250,187,213); }
H1.HeaderClassName
{
color: #FABBD5;
}
.AnyTagClassName
{
color: #FABBD5;
}
</style>
background-color css
<style>
a { background-color: #FABBD5; }
a { background-color: rgb(250,187,213); }
div.DivClassName
{
background-color: #FABBD5;
}
.BgClassName
{
background-color: #FABBD5;
}
</style>
border-color css
<style>
span { border-color: #FABBD5; }
span { border-color: rgb(250,187,213); }
td.TdClassName
{
border-color: #FABBD5;
}
.TagClassName
{
border-color: #FABBD5;
}
</style>