Shades of Cotton Candy #FAB8DC
Tints of Cotton Candy #FAB8DC
RGB
CMYK
RGB Variations
Color information
#FAB8DC (or 0xFAB8DC) is known color: Cotton Candy. HEX triplet: FA, B8 and DC. RGB value is (250,184,220). Sum of RGB (Red+Green+Blue) = 250+184+220=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 184 (72.27% from 255 or 28.13% from 654); Blue value is 220 (86.33% from 255 or 33.64% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB8DC is #054723. Grayscale: #CFCFCF. Windows color (decimal): -345892 or 14465274. OLE color: 14465274.
HSL color Cylindrical-coordinate representation of color #FAB8DC: hue angle of 327.27º 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 #FAB8DC is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 184 | 220 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.02 |
| HSL | 327.27º | 0.87% | 0.85% | - |
| HSV(B) | 327.27º | 0.26% | 0.98% | - |
| XYZ | 69.48 | 59.77 | 75.59 | - |
| YUV | 207.84 | 134.87 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 184 | 220 | 0 | 0.26 | 0.12 | 0.02 | 327.27 | 0.87 | 0.85 |
| Hex | FA | B8 | DC | 0 | 1A | C | 2 | 147 | 57 | 55 |
| Octal | 372 | 270 | 334 | 0 | 32 | 14 | 2 | 507 | 127 | 125 |
| Binary | 11111010 | 10111000 | 11011100 | 0 | 11010 | 1100 | 10 | 101000111 | 1010111 | 1010101 |
Color Harmonies of #FAB8DC
Complementary color
Monochromatic Colors of #FAB8DC
Black with #FAB8DC
Text Example
Text Example
White with #FAB8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB8DC; }
p { color: rgb(250,184,220); }
H1.HeaderClassName
{
color: #FAB8DC;
}
.AnyTagClassName
{
color: #FAB8DC;
}
</style>
background-color css
<style>
a { background-color: #FAB8DC; }
a { background-color: rgb(250,184,220); }
div.DivClassName
{
background-color: #FAB8DC;
}
.BgClassName
{
background-color: #FAB8DC;
}
</style>
border-color css
<style>
span { border-color: #FAB8DC; }
span { border-color: rgb(250,184,220); }
td.TdClassName
{
border-color: #FAB8DC;
}
.TagClassName
{
border-color: #FAB8DC;
}
</style>