Shades of Cotton Candy #FABDD2
Tints of Cotton Candy #FABDD2
RGB
CMYK
RGB Variations
Color information
#FABDD2 (or 0xFABDD2) is known color: Cotton Candy. HEX triplet: FA, BD and D2. RGB value is (250,189,210). Sum of RGB (Red+Green+Blue) = 250+189+210=649 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.52% from 649); Green value is 189 (74.22% from 255 or 29.12% from 649); Blue value is 210 (82.42% from 255 or 32.36% from 649); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABDD2 is #05422D. Grayscale: #D1D1D1. Windows color (decimal): -344622 or 13811194. OLE color: 13811194.
HSL color Cylindrical-coordinate representation of color #FABDD2: hue angle of 339.34º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FABDD2 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 210 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.02 |
| HSL | 339.34º | 0.86% | 0.86% | - |
| HSV(B) | 339.34º | 0.24% | 0.98% | - |
| XYZ | 69.25 | 61.37 | 69.17 | - |
| YUV | 209.63 | 128.21 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 210 | 0 | 0.24 | 0.16 | 0.02 | 339.34 | 0.86 | 0.86 |
| Hex | FA | BD | D2 | 0 | 18 | 10 | 2 | 153 | 56 | 56 |
| Octal | 372 | 275 | 322 | 0 | 30 | 20 | 2 | 523 | 126 | 126 |
| Binary | 11111010 | 10111101 | 11010010 | 0 | 11000 | 10000 | 10 | 101010011 | 1010110 | 1010110 |
Color Harmonies of #FABDD2
Complementary color
Monochromatic Colors of #FABDD2
Black with #FABDD2
Text Example
Text Example
White with #FABDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABDD2; }
p { color: rgb(250,189,210); }
H1.HeaderClassName
{
color: #FABDD2;
}
.AnyTagClassName
{
color: #FABDD2;
}
</style>
background-color css
<style>
a { background-color: #FABDD2; }
a { background-color: rgb(250,189,210); }
div.DivClassName
{
background-color: #FABDD2;
}
.BgClassName
{
background-color: #FABDD2;
}
</style>
border-color css
<style>
span { border-color: #FABDD2; }
span { border-color: rgb(250,189,210); }
td.TdClassName
{
border-color: #FABDD2;
}
.TagClassName
{
border-color: #FABDD2;
}
</style>