Shades of Cotton Candy #FABED1
Tints of Cotton Candy #FABED1
RGB
CMYK
RGB Variations
Color information
#FABED1 (or 0xFABED1) is known color: Cotton Candy. HEX triplet: FA, BE and D1. RGB value is (250,190,209). Sum of RGB (Red+Green+Blue) = 250+190+209=649 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.52% from 649); Green value is 190 (74.61% from 255 or 29.28% from 649); Blue value is 209 (82.03% from 255 or 32.20% from 649); Max value from RGB is 250 - color contains mainly: red. Hex color #FABED1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABED1 is #05412E. Grayscale: #D2D2D2. Windows color (decimal): -344367 or 13745914. OLE color: 13745914.
HSL color Cylindrical-coordinate representation of color #FABED1: hue angle of 341º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FABED1 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 190 | 209 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.02 |
| HSL | 341º | 0.86% | 0.86% | - |
| HSV(B) | 341º | 0.24% | 0.98% | - |
| XYZ | 69.35 | 61.75 | 68.59 | - |
| YUV | 210.11 | 127.38 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 190 | 209 | 0 | 0.24 | 0.16 | 0.02 | 341 | 0.86 | 0.86 |
| Hex | FA | BE | D1 | 0 | 18 | 10 | 2 | 155 | 56 | 56 |
| Octal | 372 | 276 | 321 | 0 | 30 | 20 | 2 | 525 | 126 | 126 |
| Binary | 11111010 | 10111110 | 11010001 | 0 | 11000 | 10000 | 10 | 101010101 | 1010110 | 1010110 |
Color Harmonies of #FABED1
Complementary color
Monochromatic Colors of #FABED1
Black with #FABED1
Text Example
Text Example
White with #FABED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABED1; }
p { color: rgb(250,190,209); }
H1.HeaderClassName
{
color: #FABED1;
}
.AnyTagClassName
{
color: #FABED1;
}
</style>
background-color css
<style>
a { background-color: #FABED1; }
a { background-color: rgb(250,190,209); }
div.DivClassName
{
background-color: #FABED1;
}
.BgClassName
{
background-color: #FABED1;
}
</style>
border-color css
<style>
span { border-color: #FABED1; }
span { border-color: rgb(250,190,209); }
td.TdClassName
{
border-color: #FABED1;
}
.TagClassName
{
border-color: #FABED1;
}
</style>