Shades of Cotton Candy #FABFD2
Tints of Cotton Candy #FABFD2
RGB
CMYK
RGB Variations
Color information
#FABFD2 (or 0xFABFD2) is known color: Cotton Candy. HEX triplet: FA, BF and D2. RGB value is (250,191,210). Sum of RGB (Red+Green+Blue) = 250+191+210=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 191 (75% from 255 or 29.34% from 651); Blue value is 210 (82.42% from 255 or 32.26% from 651); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABFD2 is #05402D. Grayscale: #D2D2D2. Windows color (decimal): -344110 or 13811706. OLE color: 13811706.
HSL color Cylindrical-coordinate representation of color #FABFD2: hue angle of 340.68º 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 #FABFD2 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 191 | 210 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.02 |
| HSL | 340.68º | 0.86% | 0.86% | - |
| HSV(B) | 340.68º | 0.24% | 0.98% | - |
| XYZ | 69.69 | 62.24 | 69.31 | - |
| YUV | 210.81 | 127.55 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 191 | 210 | 0 | 0.24 | 0.16 | 0.02 | 340.68 | 0.86 | 0.86 |
| Hex | FA | BF | D2 | 0 | 18 | 10 | 2 | 155 | 56 | 56 |
| Octal | 372 | 277 | 322 | 0 | 30 | 20 | 2 | 525 | 126 | 126 |
| Binary | 11111010 | 10111111 | 11010010 | 0 | 11000 | 10000 | 10 | 101010101 | 1010110 | 1010110 |
Color Harmonies of #FABFD2
Complementary color
Monochromatic Colors of #FABFD2
Black with #FABFD2
Text Example
Text Example
White with #FABFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABFD2; }
p { color: rgb(250,191,210); }
H1.HeaderClassName
{
color: #FABFD2;
}
.AnyTagClassName
{
color: #FABFD2;
}
</style>
background-color css
<style>
a { background-color: #FABFD2; }
a { background-color: rgb(250,191,210); }
div.DivClassName
{
background-color: #FABFD2;
}
.BgClassName
{
background-color: #FABFD2;
}
</style>
border-color css
<style>
span { border-color: #FABFD2; }
span { border-color: rgb(250,191,210); }
td.TdClassName
{
border-color: #FABFD2;
}
.TagClassName
{
border-color: #FABFD2;
}
</style>