Shades of Cotton Candy #FDB8CF
Tints of Cotton Candy #FDB8CF
RGB
CMYK
RGB Variations
Color information
#FDB8CF (or 0xFDB8CF) is known color: Cotton Candy. HEX triplet: FD, B8 and CF. RGB value is (253,184,207). Sum of RGB (Red+Green+Blue) = 253+184+207=644 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.29% from 644); Green value is 184 (72.27% from 255 or 28.57% from 644); Blue value is 207 (81.25% from 255 or 32.14% from 644); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB8CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB8CF is #024730. Grayscale: #CFCFCF. Windows color (decimal): -149297 or 13613309. OLE color: 13613309.
HSL color Cylindrical-coordinate representation of color #FDB8CF: hue angle of 340º 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 #FDB8CF is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 207 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.01 |
| HSL | 340º | 0.95% | 0.86% | - |
| HSV(B) | 340º | 0.27% | 0.99% | - |
| XYZ | 68.91 | 59.67 | 66.92 | - |
| YUV | 207.25 | 127.86 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 207 | 0 | 0.27 | 0.18 | 0.01 | 340 | 0.95 | 0.86 |
| Hex | FD | B8 | CF | 0 | 1B | 12 | 1 | 154 | 5F | 56 |
| Octal | 375 | 270 | 317 | 0 | 33 | 22 | 1 | 524 | 137 | 126 |
| Binary | 11111101 | 10111000 | 11001111 | 0 | 11011 | 10010 | 1 | 101010100 | 1011111 | 1010110 |
Color Harmonies of #FDB8CF
Complementary color
Monochromatic Colors of #FDB8CF
Black with #FDB8CF
Text Example
Text Example
White with #FDB8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB8CF; }
p { color: rgb(253,184,207); }
H1.HeaderClassName
{
color: #FDB8CF;
}
.AnyTagClassName
{
color: #FDB8CF;
}
</style>
background-color css
<style>
a { background-color: #FDB8CF; }
a { background-color: rgb(253,184,207); }
div.DivClassName
{
background-color: #FDB8CF;
}
.BgClassName
{
background-color: #FDB8CF;
}
</style>
border-color css
<style>
span { border-color: #FDB8CF; }
span { border-color: rgb(253,184,207); }
td.TdClassName
{
border-color: #FDB8CF;
}
.TagClassName
{
border-color: #FDB8CF;
}
</style>