Shades of Cotton Candy #FDBBE1
Tints of Cotton Candy #FDBBE1
RGB
CMYK
RGB Variations
Color information
#FDBBE1 (or 0xFDBBE1) is known color: Cotton Candy. HEX triplet: FD, BB and E1. RGB value is (253,187,225). Sum of RGB (Red+Green+Blue) = 253+187+225=665 (88% of max value = 765). Red value is 253 (99.22% from 255 or 38.05% from 665); Green value is 187 (73.44% from 255 or 28.12% from 665); Blue value is 225 (88.28% from 255 or 33.83% from 665); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBBE1 is #02441E. Grayscale: #D2D2D2. Windows color (decimal): -148511 or 14793725. OLE color: 14793725.
HSL color Cylindrical-coordinate representation of color #FDBBE1: hue angle of 325.45º 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 #FDBBE1 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 187 | 225 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.01 |
| HSL | 325.45º | 0.94% | 0.86% | - |
| HSV(B) | 325.45º | 0.26% | 0.99% | - |
| XYZ | 71.87 | 61.86 | 79.39 | - |
| YUV | 211.07 | 135.87 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 187 | 225 | 0 | 0.26 | 0.11 | 0.01 | 325.45 | 0.94 | 0.86 |
| Hex | FD | BB | E1 | 0 | 1A | B | 1 | 145 | 5E | 56 |
| Octal | 375 | 273 | 341 | 0 | 32 | 13 | 1 | 505 | 136 | 126 |
| Binary | 11111101 | 10111011 | 11100001 | 0 | 11010 | 1011 | 1 | 101000101 | 1011110 | 1010110 |
Color Harmonies of #FDBBE1
Complementary color
Monochromatic Colors of #FDBBE1
Black with #FDBBE1
Text Example
Text Example
White with #FDBBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBBE1; }
p { color: rgb(253,187,225); }
H1.HeaderClassName
{
color: #FDBBE1;
}
.AnyTagClassName
{
color: #FDBBE1;
}
</style>
background-color css
<style>
a { background-color: #FDBBE1; }
a { background-color: rgb(253,187,225); }
div.DivClassName
{
background-color: #FDBBE1;
}
.BgClassName
{
background-color: #FDBBE1;
}
</style>
border-color css
<style>
span { border-color: #FDBBE1; }
span { border-color: rgb(253,187,225); }
td.TdClassName
{
border-color: #FDBBE1;
}
.TagClassName
{
border-color: #FDBBE1;
}
</style>