Shades of Cotton Candy #FAB8DF
Tints of Cotton Candy #FAB8DF
RGB
CMYK
RGB Variations
Color information
#FAB8DF (or 0xFAB8DF) is known color: Cotton Candy. HEX triplet: FA, B8 and DF. RGB value is (250,184,223). Sum of RGB (Red+Green+Blue) = 250+184+223=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 184 (72.27% from 255 or 28.01% from 657); Blue value is 223 (87.5% from 255 or 33.94% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB8DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB8DF is #054720. Grayscale: #D0D0D0. Windows color (decimal): -345889 or 14661882. OLE color: 14661882.
HSL color Cylindrical-coordinate representation of color #FAB8DF: hue angle of 324.55º 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 #FAB8DF is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 184 | 223 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.02 |
| HSL | 324.55º | 0.87% | 0.85% | - |
| HSV(B) | 324.55º | 0.26% | 0.98% | - |
| XYZ | 69.88 | 59.93 | 77.7 | - |
| YUV | 208.18 | 136.37 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 184 | 223 | 0 | 0.26 | 0.11 | 0.02 | 324.55 | 0.87 | 0.85 |
| Hex | FA | B8 | DF | 0 | 1A | B | 2 | 145 | 57 | 55 |
| Octal | 372 | 270 | 337 | 0 | 32 | 13 | 2 | 505 | 127 | 125 |
| Binary | 11111010 | 10111000 | 11011111 | 0 | 11010 | 1011 | 10 | 101000101 | 1010111 | 1010101 |
Color Harmonies of #FAB8DF
Complementary color
Monochromatic Colors of #FAB8DF
Black with #FAB8DF
Text Example
Text Example
White with #FAB8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB8DF; }
p { color: rgb(250,184,223); }
H1.HeaderClassName
{
color: #FAB8DF;
}
.AnyTagClassName
{
color: #FAB8DF;
}
</style>
background-color css
<style>
a { background-color: #FAB8DF; }
a { background-color: rgb(250,184,223); }
div.DivClassName
{
background-color: #FAB8DF;
}
.BgClassName
{
background-color: #FAB8DF;
}
</style>
border-color css
<style>
span { border-color: #FAB8DF; }
span { border-color: rgb(250,184,223); }
td.TdClassName
{
border-color: #FAB8DF;
}
.TagClassName
{
border-color: #FAB8DF;
}
</style>