Shades of Cotton Candy #FABCD2
Tints of Cotton Candy #FABCD2
RGB
CMYK
RGB Variations
Color information
#FABCD2 (or 0xFABCD2) is known color: Cotton Candy. HEX triplet: FA, BC and D2. RGB value is (250,188,210). Sum of RGB (Red+Green+Blue) = 250+188+210=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 188 (73.83% from 255 or 29.01% from 648); Blue value is 210 (82.42% from 255 or 32.41% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABCD2 is #05432D. Grayscale: #D1D1D1. Windows color (decimal): -344878 or 13810938. OLE color: 13810938.
HSL color Cylindrical-coordinate representation of color #FABCD2: hue angle of 338.71º 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 #FABCD2 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 188 | 210 | - |
| CMYK | 0 | 0.25 | 0.16 | 0.02 |
| HSL | 338.71º | 0.86% | 0.86% | - |
| HSV(B) | 338.71º | 0.25% | 0.98% | - |
| XYZ | 69.04 | 60.94 | 69.1 | - |
| YUV | 209.05 | 128.54 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 188 | 210 | 0 | 0.25 | 0.16 | 0.02 | 338.71 | 0.86 | 0.86 |
| Hex | FA | BC | D2 | 0 | 19 | 10 | 2 | 153 | 56 | 56 |
| Octal | 372 | 274 | 322 | 0 | 31 | 20 | 2 | 523 | 126 | 126 |
| Binary | 11111010 | 10111100 | 11010010 | 0 | 11001 | 10000 | 10 | 101010011 | 1010110 | 1010110 |
Color Harmonies of #FABCD2
Complementary color
Monochromatic Colors of #FABCD2
Black with #FABCD2
Text Example
Text Example
White with #FABCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABCD2; }
p { color: rgb(250,188,210); }
H1.HeaderClassName
{
color: #FABCD2;
}
.AnyTagClassName
{
color: #FABCD2;
}
</style>
background-color css
<style>
a { background-color: #FABCD2; }
a { background-color: rgb(250,188,210); }
div.DivClassName
{
background-color: #FABCD2;
}
.BgClassName
{
background-color: #FABCD2;
}
</style>
border-color css
<style>
span { border-color: #FABCD2; }
span { border-color: rgb(250,188,210); }
td.TdClassName
{
border-color: #FABCD2;
}
.TagClassName
{
border-color: #FABCD2;
}
</style>