Shades of Cotton Candy #FDB8D9
Tints of Cotton Candy #FDB8D9
RGB
CMYK
RGB Variations
Color information
#FDB8D9 (or 0xFDB8D9) is known color: Cotton Candy. HEX triplet: FD, B8 and D9. RGB value is (253,184,217). Sum of RGB (Red+Green+Blue) = 253+184+217=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 184 (72.27% from 255 or 28.13% from 654); Blue value is 217 (85.16% from 255 or 33.18% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB8D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB8D9 is #024726. Grayscale: #D0D0D0. Windows color (decimal): -149287 or 14268669. OLE color: 14268669.
HSL color Cylindrical-coordinate representation of color #FDB8D9: hue angle of 331.3º degrees, saturation: 0.95, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FDB8D9 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 184 | 217 | - |
CMYK | 0 | 0.27 | 0.14 | 0.01 |
HSL | 331.3º | 0.95% | 0.86% | - |
HSV(B) | 331.3º | 0.27% | 0.99% | - |
XYZ | 70.17 | 60.17 | 73.56 | - |
YUV | 208.39 | 132.86 | 159.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 184 | 217 | 0 | 0.27 | 0.14 | 0.01 | 331.3 | 0.95 | 0.86 |
Hex | FD | B8 | D9 | 0 | 1B | E | 1 | 14B | 5F | 56 |
Octal | 375 | 270 | 331 | 0 | 33 | 16 | 1 | 513 | 137 | 126 |
Binary | 11111101 | 10111000 | 11011001 | 0 | 11011 | 1110 | 1 | 101001011 | 1011111 | 1010110 |
Color Harmonies of #FDB8D9
Complementary color
Monochromatic Colors of #FDB8D9
Black with #FDB8D9
Text Example
Text Example
White with #FDB8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB8D9; }
p { color: rgb(253,184,217); }
H1.HeaderClassName
{
color: #FDB8D9;
}
.AnyTagClassName
{
color: #FDB8D9;
}
</style>
background-color css
<style>
a { background-color: #FDB8D9; }
a { background-color: rgb(253,184,217); }
div.DivClassName
{
background-color: #FDB8D9;
}
.BgClassName
{
background-color: #FDB8D9;
}
</style>
border-color css
<style>
span { border-color: #FDB8D9; }
span { border-color: rgb(253,184,217); }
td.TdClassName
{
border-color: #FDB8D9;
}
.TagClassName
{
border-color: #FDB8D9;
}
</style>