Shades of Cotton Candy #FABEDA
Tints of Cotton Candy #FABEDA
RGB
CMYK
RGB Variations
Color information
#FABEDA (or 0xFABEDA) is known color: Cotton Candy. HEX triplet: FA, BE and DA. RGB value is (250,190,218). Sum of RGB (Red+Green+Blue) = 250+190+218=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 190 (74.61% from 255 or 28.88% from 658); Blue value is 218 (85.55% from 255 or 33.13% from 658); Max value from RGB is 250 - color contains mainly: red. Hex color #FABEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABEDA is #054125. Grayscale: #D3D3D3. Windows color (decimal): -344358 or 14335738. OLE color: 14335738.
HSL color Cylindrical-coordinate representation of color #FABEDA: hue angle of 332º 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 #FABEDA is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 190 | 218 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.02 |
| HSL | 332º | 0.86% | 0.86% | - |
| HSV(B) | 332º | 0.24% | 0.98% | - |
| XYZ | 70.49 | 62.21 | 74.62 | - |
| YUV | 211.13 | 131.88 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 190 | 218 | 0 | 0.24 | 0.13 | 0.02 | 332 | 0.86 | 0.86 |
| Hex | FA | BE | DA | 0 | 18 | D | 2 | 14C | 56 | 56 |
| Octal | 372 | 276 | 332 | 0 | 30 | 15 | 2 | 514 | 126 | 126 |
| Binary | 11111010 | 10111110 | 11011010 | 0 | 11000 | 1101 | 10 | 101001100 | 1010110 | 1010110 |
Color Harmonies of #FABEDA
Complementary color
Monochromatic Colors of #FABEDA
Black with #FABEDA
Text Example
Text Example
White with #FABEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABEDA; }
p { color: rgb(250,190,218); }
H1.HeaderClassName
{
color: #FABEDA;
}
.AnyTagClassName
{
color: #FABEDA;
}
</style>
background-color css
<style>
a { background-color: #FABEDA; }
a { background-color: rgb(250,190,218); }
div.DivClassName
{
background-color: #FABEDA;
}
.BgClassName
{
background-color: #FABEDA;
}
</style>
border-color css
<style>
span { border-color: #FABEDA; }
span { border-color: rgb(250,190,218); }
td.TdClassName
{
border-color: #FABEDA;
}
.TagClassName
{
border-color: #FABEDA;
}
</style>