Shades of Cotton Candy #FABDD3
Tints of Cotton Candy #FABDD3
RGB
CMYK
RGB Variations
Color information
#FABDD3 (or 0xFABDD3) is known color: Cotton Candy. HEX triplet: FA, BD and D3. RGB value is (250,189,211). Sum of RGB (Red+Green+Blue) = 250+189+211=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 189 (74.22% from 255 or 29.08% from 650); Blue value is 211 (82.81% from 255 or 32.46% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABDD3 is #05422C. Grayscale: #D1D1D1. Windows color (decimal): -344621 or 13876730. OLE color: 13876730.
HSL color Cylindrical-coordinate representation of color #FABDD3: hue angle of 338.36º 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 #FABDD3 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 211 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.02 |
| HSL | 338.36º | 0.86% | 0.86% | - |
| HSV(B) | 338.36º | 0.24% | 0.98% | - |
| XYZ | 69.38 | 61.42 | 69.83 | - |
| YUV | 209.75 | 128.71 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 211 | 0 | 0.24 | 0.16 | 0.02 | 338.36 | 0.86 | 0.86 |
| Hex | FA | BD | D3 | 0 | 18 | 10 | 2 | 152 | 56 | 56 |
| Octal | 372 | 275 | 323 | 0 | 30 | 20 | 2 | 522 | 126 | 126 |
| Binary | 11111010 | 10111101 | 11010011 | 0 | 11000 | 10000 | 10 | 101010010 | 1010110 | 1010110 |
Color Harmonies of #FABDD3
Complementary color
Monochromatic Colors of #FABDD3
Black with #FABDD3
Text Example
Text Example
White with #FABDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABDD3; }
p { color: rgb(250,189,211); }
H1.HeaderClassName
{
color: #FABDD3;
}
.AnyTagClassName
{
color: #FABDD3;
}
</style>
background-color css
<style>
a { background-color: #FABDD3; }
a { background-color: rgb(250,189,211); }
div.DivClassName
{
background-color: #FABDD3;
}
.BgClassName
{
background-color: #FABDD3;
}
</style>
border-color css
<style>
span { border-color: #FABDD3; }
span { border-color: rgb(250,189,211); }
td.TdClassName
{
border-color: #FABDD3;
}
.TagClassName
{
border-color: #FABDD3;
}
</style>