Shades of Cotton Candy #FDBBE3
Tints of Cotton Candy #FDBBE3
RGB
CMYK
RGB Variations
Color information
#FDBBE3 (or 0xFDBBE3) is known color: Cotton Candy. HEX triplet: FD, BB and E3. RGB value is (253,187,227). Sum of RGB (Red+Green+Blue) = 253+187+227=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 187 (73.44% from 255 or 28.04% from 667); Blue value is 227 (89.06% from 255 or 34.03% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBBE3 is #02441C. Grayscale: #D3D3D3. Windows color (decimal): -148509 or 14924797. OLE color: 14924797.
HSL color Cylindrical-coordinate representation of color #FDBBE3: hue angle of 323.64º 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 #FDBBE3 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 187 | 227 | - |
CMYK | 0 | 0.26 | 0.10 | 0.01 |
HSL | 323.64º | 0.94% | 0.86% | - |
HSV(B) | 323.64º | 0.26% | 0.99% | - |
XYZ | 72.14 | 61.97 | 80.83 | - |
YUV | 211.29 | 136.87 | 157.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 187 | 227 | 0 | 0.26 | 0.10 | 0.01 | 323.64 | 0.94 | 0.86 |
Hex | FD | BB | E3 | 0 | 1A | A | 1 | 144 | 5E | 56 |
Octal | 375 | 273 | 343 | 0 | 32 | 12 | 1 | 504 | 136 | 126 |
Binary | 11111101 | 10111011 | 11100011 | 0 | 11010 | 1010 | 1 | 101000100 | 1011110 | 1010110 |
Color Harmonies of #FDBBE3
Complementary color
Monochromatic Colors of #FDBBE3
Black with #FDBBE3
Text Example
Text Example
White with #FDBBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBBE3; }
p { color: rgb(253,187,227); }
H1.HeaderClassName
{
color: #FDBBE3;
}
.AnyTagClassName
{
color: #FDBBE3;
}
</style>
background-color css
<style>
a { background-color: #FDBBE3; }
a { background-color: rgb(253,187,227); }
div.DivClassName
{
background-color: #FDBBE3;
}
.BgClassName
{
background-color: #FDBBE3;
}
</style>
border-color css
<style>
span { border-color: #FDBBE3; }
span { border-color: rgb(253,187,227); }
td.TdClassName
{
border-color: #FDBBE3;
}
.TagClassName
{
border-color: #FDBBE3;
}
</style>