Shades of Cotton Candy #FDBADF
Tints of Cotton Candy #FDBADF
RGB
CMYK
RGB Variations
Color information
#FDBADF (or 0xFDBADF) is known color: Cotton Candy. HEX triplet: FD, BA and DF. RGB value is (253,186,223). Sum of RGB (Red+Green+Blue) = 253+186+223=662 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.22% from 662); Green value is 186 (73.05% from 255 or 28.10% from 662); Blue value is 223 (87.5% from 255 or 33.69% from 662); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBADF is #024520. Grayscale: #D2D2D2. Windows color (decimal): -148769 or 14662397. OLE color: 14662397.
HSL color Cylindrical-coordinate representation of color #FDBADF: hue angle of 326.87º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDBADF is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 186 | 223 | - |
CMYK | 0 | 0.26 | 0.12 | 0.01 |
HSL | 326.87º | 0.94% | 0.86% | - |
HSV(B) | 326.87º | 0.26% | 0.99% | - |
XYZ | 71.39 | 61.33 | 77.89 | - |
YUV | 210.25 | 135.2 | 158.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 186 | 223 | 0 | 0.26 | 0.12 | 0.01 | 326.87 | 0.94 | 0.86 |
Hex | FD | BA | DF | 0 | 1A | C | 1 | 147 | 5E | 56 |
Octal | 375 | 272 | 337 | 0 | 32 | 14 | 1 | 507 | 136 | 126 |
Binary | 11111101 | 10111010 | 11011111 | 0 | 11010 | 1100 | 1 | 101000111 | 1011110 | 1010110 |
Color Harmonies of #FDBADF
Complementary color
Monochromatic Colors of #FDBADF
Black with #FDBADF
Text Example
Text Example
White with #FDBADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBADF; }
p { color: rgb(253,186,223); }
H1.HeaderClassName
{
color: #FDBADF;
}
.AnyTagClassName
{
color: #FDBADF;
}
</style>
background-color css
<style>
a { background-color: #FDBADF; }
a { background-color: rgb(253,186,223); }
div.DivClassName
{
background-color: #FDBADF;
}
.BgClassName
{
background-color: #FDBADF;
}
</style>
border-color css
<style>
span { border-color: #FDBADF; }
span { border-color: rgb(253,186,223); }
td.TdClassName
{
border-color: #FDBADF;
}
.TagClassName
{
border-color: #FDBADF;
}
</style>