Shades of Cotton Candy #FAB8DA
Tints of Cotton Candy #FAB8DA
RGB
CMYK
RGB Variations
Color information
#FAB8DA (or 0xFAB8DA) is known color: Cotton Candy. HEX triplet: FA, B8 and DA. RGB value is (250,184,218). Sum of RGB (Red+Green+Blue) = 250+184+218=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 184 (72.27% from 255 or 28.22% from 652); Blue value is 218 (85.55% from 255 or 33.44% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB8DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB8DA is #054725. Grayscale: #CFCFCF. Windows color (decimal): -345894 or 14334202. OLE color: 14334202.
HSL color Cylindrical-coordinate representation of color #FAB8DA: hue angle of 329.09º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FAB8DA is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 184 | 218 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.02 |
| HSL | 329.09º | 0.87% | 0.85% | - |
| HSV(B) | 329.09º | 0.26% | 0.98% | - |
| XYZ | 69.22 | 59.67 | 74.2 | - |
| YUV | 207.61 | 133.87 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 184 | 218 | 0 | 0.26 | 0.13 | 0.02 | 329.09 | 0.87 | 0.85 |
| Hex | FA | B8 | DA | 0 | 1A | D | 2 | 149 | 57 | 55 |
| Octal | 372 | 270 | 332 | 0 | 32 | 15 | 2 | 511 | 127 | 125 |
| Binary | 11111010 | 10111000 | 11011010 | 0 | 11010 | 1101 | 10 | 101001001 | 1010111 | 1010101 |
Color Harmonies of #FAB8DA
Complementary color
Monochromatic Colors of #FAB8DA
Black with #FAB8DA
Text Example
Text Example
White with #FAB8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB8DA; }
p { color: rgb(250,184,218); }
H1.HeaderClassName
{
color: #FAB8DA;
}
.AnyTagClassName
{
color: #FAB8DA;
}
</style>
background-color css
<style>
a { background-color: #FAB8DA; }
a { background-color: rgb(250,184,218); }
div.DivClassName
{
background-color: #FAB8DA;
}
.BgClassName
{
background-color: #FAB8DA;
}
</style>
border-color css
<style>
span { border-color: #FAB8DA; }
span { border-color: rgb(250,184,218); }
td.TdClassName
{
border-color: #FAB8DA;
}
.TagClassName
{
border-color: #FAB8DA;
}
</style>