Shades of Cotton Candy #FAB5CE
Tints of Cotton Candy #FAB5CE
RGB
CMYK
RGB Variations
Color information
#FAB5CE (or 0xFAB5CE) is known color: Cotton Candy. HEX triplet: FA, B5 and CE. RGB value is (250,181,206). Sum of RGB (Red+Green+Blue) = 250+181+206=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 181 (71.09% from 255 or 28.41% from 637); Blue value is 206 (80.86% from 255 or 32.34% from 637); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB5CE is #054A31. Grayscale: #CCCCCC. Windows color (decimal): -346674 or 13547002. OLE color: 13547002.
HSL color Cylindrical-coordinate representation of color #FAB5CE: hue angle of 338.26º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAB5CE is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 181 | 206 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.02 |
| HSL | 338.26º | 0.87% | 0.85% | - |
| HSV(B) | 338.26º | 0.28% | 0.98% | - |
| XYZ | 67.09 | 57.83 | 66.02 | - |
| YUV | 204.48 | 128.86 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 181 | 206 | 0 | 0.28 | 0.18 | 0.02 | 338.26 | 0.87 | 0.85 |
| Hex | FA | B5 | CE | 0 | 1C | 12 | 2 | 152 | 57 | 55 |
| Octal | 372 | 265 | 316 | 0 | 34 | 22 | 2 | 522 | 127 | 125 |
| Binary | 11111010 | 10110101 | 11001110 | 0 | 11100 | 10010 | 10 | 101010010 | 1010111 | 1010101 |
Color Harmonies of #FAB5CE
Complementary color
Monochromatic Colors of #FAB5CE
Black with #FAB5CE
Text Example
Text Example
White with #FAB5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB5CE; }
p { color: rgb(250,181,206); }
H1.HeaderClassName
{
color: #FAB5CE;
}
.AnyTagClassName
{
color: #FAB5CE;
}
</style>
background-color css
<style>
a { background-color: #FAB5CE; }
a { background-color: rgb(250,181,206); }
div.DivClassName
{
background-color: #FAB5CE;
}
.BgClassName
{
background-color: #FAB5CE;
}
</style>
border-color css
<style>
span { border-color: #FAB5CE; }
span { border-color: rgb(250,181,206); }
td.TdClassName
{
border-color: #FAB5CE;
}
.TagClassName
{
border-color: #FAB5CE;
}
</style>