Shades of Cotton Candy #FAB8CE
Tints of Cotton Candy #FAB8CE
RGB
CMYK
RGB Variations
Color information
#FAB8CE (or 0xFAB8CE) is known color: Cotton Candy. HEX triplet: FA, B8 and CE. RGB value is (250,184,206). Sum of RGB (Red+Green+Blue) = 250+184+206=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 184 (72.27% from 255 or 28.75% from 640); Blue value is 206 (80.86% from 255 or 32.19% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB8CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB8CE is #054731. Grayscale: #CECECE. Windows color (decimal): -345906 or 13547770. OLE color: 13547770.
HSL color Cylindrical-coordinate representation of color #FAB8CE: hue angle of 340º 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 #FAB8CE is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 184 | 206 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.02 |
| HSL | 340º | 0.87% | 0.85% | - |
| HSV(B) | 340º | 0.26% | 0.98% | - |
| XYZ | 67.71 | 59.06 | 66.22 | - |
| YUV | 206.24 | 127.87 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 184 | 206 | 0 | 0.26 | 0.18 | 0.02 | 340 | 0.87 | 0.85 |
| Hex | FA | B8 | CE | 0 | 1A | 12 | 2 | 154 | 57 | 55 |
| Octal | 372 | 270 | 316 | 0 | 32 | 22 | 2 | 524 | 127 | 125 |
| Binary | 11111010 | 10111000 | 11001110 | 0 | 11010 | 10010 | 10 | 101010100 | 1010111 | 1010101 |
Color Harmonies of #FAB8CE
Complementary color
Monochromatic Colors of #FAB8CE
Black with #FAB8CE
Text Example
Text Example
White with #FAB8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB8CE; }
p { color: rgb(250,184,206); }
H1.HeaderClassName
{
color: #FAB8CE;
}
.AnyTagClassName
{
color: #FAB8CE;
}
</style>
background-color css
<style>
a { background-color: #FAB8CE; }
a { background-color: rgb(250,184,206); }
div.DivClassName
{
background-color: #FAB8CE;
}
.BgClassName
{
background-color: #FAB8CE;
}
</style>
border-color css
<style>
span { border-color: #FAB8CE; }
span { border-color: rgb(250,184,206); }
td.TdClassName
{
border-color: #FAB8CE;
}
.TagClassName
{
border-color: #FAB8CE;
}
</style>