Shades of Cotton Candy #FABBD2
Tints of Cotton Candy #FABBD2
RGB
CMYK
RGB Variations
Color information
#FABBD2 (or 0xFABBD2) is known color: Cotton Candy. HEX triplet: FA, BB and D2. RGB value is (250,187,210). Sum of RGB (Red+Green+Blue) = 250+187+210=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 187 (73.44% from 255 or 28.90% from 647); Blue value is 210 (82.42% from 255 or 32.46% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABBD2 is #05442D. Grayscale: #D0D0D0. Windows color (decimal): -345134 or 13810682. OLE color: 13810682.
HSL color Cylindrical-coordinate representation of color #FABBD2: hue angle of 338.1º 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 #FABBD2 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 210 | - |
| CMYK | 0 | 0.25 | 0.16 | 0.02 |
| HSL | 338.1º | 0.86% | 0.86% | - |
| HSV(B) | 338.1º | 0.25% | 0.98% | - |
| XYZ | 68.83 | 60.52 | 69.03 | - |
| YUV | 208.46 | 128.87 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 210 | 0 | 0.25 | 0.16 | 0.02 | 338.1 | 0.86 | 0.86 |
| Hex | FA | BB | D2 | 0 | 19 | 10 | 2 | 152 | 56 | 56 |
| Octal | 372 | 273 | 322 | 0 | 31 | 20 | 2 | 522 | 126 | 126 |
| Binary | 11111010 | 10111011 | 11010010 | 0 | 11001 | 10000 | 10 | 101010010 | 1010110 | 1010110 |
Color Harmonies of #FABBD2
Complementary color
Monochromatic Colors of #FABBD2
Black with #FABBD2
Text Example
Text Example
White with #FABBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABBD2; }
p { color: rgb(250,187,210); }
H1.HeaderClassName
{
color: #FABBD2;
}
.AnyTagClassName
{
color: #FABBD2;
}
</style>
background-color css
<style>
a { background-color: #FABBD2; }
a { background-color: rgb(250,187,210); }
div.DivClassName
{
background-color: #FABBD2;
}
.BgClassName
{
background-color: #FABBD2;
}
</style>
border-color css
<style>
span { border-color: #FABBD2; }
span { border-color: rgb(250,187,210); }
td.TdClassName
{
border-color: #FABBD2;
}
.TagClassName
{
border-color: #FABBD2;
}
</style>