Shades of Cotton Candy #FABBD4
Tints of Cotton Candy #FABBD4
RGB
CMYK
RGB Variations
Color information
#FABBD4 (or 0xFABBD4) is known color: Cotton Candy. HEX triplet: FA, BB and D4. RGB value is (250,187,212). Sum of RGB (Red+Green+Blue) = 250+187+212=649 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.52% from 649); Green value is 187 (73.44% from 255 or 28.81% from 649); Blue value is 212 (83.20% from 255 or 32.67% from 649); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABBD4 is #05442B. Grayscale: #D0D0D0. Windows color (decimal): -345132 or 13941754. OLE color: 13941754.
HSL color Cylindrical-coordinate representation of color #FABBD4: hue angle of 336.19º 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 #FABBD4 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 212 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.02 |
| HSL | 336.19º | 0.86% | 0.86% | - |
| HSV(B) | 336.19º | 0.25% | 0.98% | - |
| XYZ | 69.08 | 60.62 | 70.35 | - |
| YUV | 208.69 | 129.87 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 212 | 0 | 0.25 | 0.15 | 0.02 | 336.19 | 0.86 | 0.86 |
| Hex | FA | BB | D4 | 0 | 19 | F | 2 | 150 | 56 | 56 |
| Octal | 372 | 273 | 324 | 0 | 31 | 17 | 2 | 520 | 126 | 126 |
| Binary | 11111010 | 10111011 | 11010100 | 0 | 11001 | 1111 | 10 | 101010000 | 1010110 | 1010110 |
Color Harmonies of #FABBD4
Complementary color
Monochromatic Colors of #FABBD4
Black with #FABBD4
Text Example
Text Example
White with #FABBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABBD4; }
p { color: rgb(250,187,212); }
H1.HeaderClassName
{
color: #FABBD4;
}
.AnyTagClassName
{
color: #FABBD4;
}
</style>
background-color css
<style>
a { background-color: #FABBD4; }
a { background-color: rgb(250,187,212); }
div.DivClassName
{
background-color: #FABBD4;
}
.BgClassName
{
background-color: #FABBD4;
}
</style>
border-color css
<style>
span { border-color: #FABBD4; }
span { border-color: rgb(250,187,212); }
td.TdClassName
{
border-color: #FABBD4;
}
.TagClassName
{
border-color: #FABBD4;
}
</style>