Shades of Cotton Candy #FABCD4
Tints of Cotton Candy #FABCD4
RGB
CMYK
RGB Variations
Color information
#FABCD4 (or 0xFABCD4) is known color: Cotton Candy. HEX triplet: FA, BC and D4. RGB value is (250,188,212). Sum of RGB (Red+Green+Blue) = 250+188+212=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 188 (73.83% from 255 or 28.92% from 650); Blue value is 212 (83.20% from 255 or 32.62% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABCD4 is #05432B. Grayscale: #D1D1D1. Windows color (decimal): -344876 or 13942010. OLE color: 13942010.
HSL color Cylindrical-coordinate representation of color #FABCD4: hue angle of 336.77º 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 #FABCD4 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 188 | 212 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.02 |
| HSL | 336.77º | 0.86% | 0.86% | - |
| HSV(B) | 336.77º | 0.25% | 0.98% | - |
| XYZ | 69.29 | 61.04 | 70.42 | - |
| YUV | 209.27 | 129.54 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 188 | 212 | 0 | 0.25 | 0.15 | 0.02 | 336.77 | 0.86 | 0.86 |
| Hex | FA | BC | D4 | 0 | 19 | F | 2 | 151 | 56 | 56 |
| Octal | 372 | 274 | 324 | 0 | 31 | 17 | 2 | 521 | 126 | 126 |
| Binary | 11111010 | 10111100 | 11010100 | 0 | 11001 | 1111 | 10 | 101010001 | 1010110 | 1010110 |
Color Harmonies of #FABCD4
Complementary color
Monochromatic Colors of #FABCD4
Black with #FABCD4
Text Example
Text Example
White with #FABCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABCD4; }
p { color: rgb(250,188,212); }
H1.HeaderClassName
{
color: #FABCD4;
}
.AnyTagClassName
{
color: #FABCD4;
}
</style>
background-color css
<style>
a { background-color: #FABCD4; }
a { background-color: rgb(250,188,212); }
div.DivClassName
{
background-color: #FABCD4;
}
.BgClassName
{
background-color: #FABCD4;
}
</style>
border-color css
<style>
span { border-color: #FABCD4; }
span { border-color: rgb(250,188,212); }
td.TdClassName
{
border-color: #FABCD4;
}
.TagClassName
{
border-color: #FABCD4;
}
</style>