Shades of Cotton Candy #FAB6CE
Tints of Cotton Candy #FAB6CE
RGB
CMYK
RGB Variations
Color information
#FAB6CE (or 0xFAB6CE) is known color: Cotton Candy. HEX triplet: FA, B6 and CE. RGB value is (250,182,206). Sum of RGB (Red+Green+Blue) = 250+182+206=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 182 (71.48% from 255 or 28.53% from 638); Blue value is 206 (80.86% from 255 or 32.29% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB6CE is #054931. Grayscale: #CDCDCD. Windows color (decimal): -346418 or 13547258. OLE color: 13547258.
HSL color Cylindrical-coordinate representation of color #FAB6CE: hue angle of 338.82º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FAB6CE is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 182 | 206 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.02 |
| HSL | 338.82º | 0.87% | 0.85% | - |
| HSV(B) | 338.82º | 0.27% | 0.98% | - |
| XYZ | 67.29 | 58.24 | 66.09 | - |
| YUV | 205.07 | 128.53 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 182 | 206 | 0 | 0.27 | 0.18 | 0.02 | 338.82 | 0.87 | 0.85 |
| Hex | FA | B6 | CE | 0 | 1B | 12 | 2 | 153 | 57 | 55 |
| Octal | 372 | 266 | 316 | 0 | 33 | 22 | 2 | 523 | 127 | 125 |
| Binary | 11111010 | 10110110 | 11001110 | 0 | 11011 | 10010 | 10 | 101010011 | 1010111 | 1010101 |
Color Harmonies of #FAB6CE
Complementary color
Monochromatic Colors of #FAB6CE
Black with #FAB6CE
Text Example
Text Example
White with #FAB6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB6CE; }
p { color: rgb(250,182,206); }
H1.HeaderClassName
{
color: #FAB6CE;
}
.AnyTagClassName
{
color: #FAB6CE;
}
</style>
background-color css
<style>
a { background-color: #FAB6CE; }
a { background-color: rgb(250,182,206); }
div.DivClassName
{
background-color: #FAB6CE;
}
.BgClassName
{
background-color: #FAB6CE;
}
</style>
border-color css
<style>
span { border-color: #FAB6CE; }
span { border-color: rgb(250,182,206); }
td.TdClassName
{
border-color: #FAB6CE;
}
.TagClassName
{
border-color: #FAB6CE;
}
</style>