Shades of Cotton Candy #FDBBDF
Tints of Cotton Candy #FDBBDF
RGB
CMYK
RGB Variations
Color information
#FDBBDF (or 0xFDBBDF) is known color: Cotton Candy. HEX triplet: FD, BB and DF. RGB value is (253,187,223). Sum of RGB (Red+Green+Blue) = 253+187+223=663 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.16% from 663); Green value is 187 (73.44% from 255 or 28.21% from 663); Blue value is 223 (87.5% from 255 or 33.63% from 663); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBBDF is #024420. Grayscale: #D2D2D2. Windows color (decimal): -148513 or 14662653. OLE color: 14662653.
HSL color Cylindrical-coordinate representation of color #FDBBDF: hue angle of 327.27º 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 #FDBBDF is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 187 | 223 | - |
CMYK | 0 | 0.26 | 0.12 | 0.01 |
HSL | 327.27º | 0.94% | 0.86% | - |
HSV(B) | 327.27º | 0.26% | 0.99% | - |
XYZ | 71.6 | 61.75 | 77.96 | - |
YUV | 210.84 | 134.87 | 158.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 187 | 223 | 0 | 0.26 | 0.12 | 0.01 | 327.27 | 0.94 | 0.86 |
Hex | FD | BB | DF | 0 | 1A | C | 1 | 147 | 5E | 56 |
Octal | 375 | 273 | 337 | 0 | 32 | 14 | 1 | 507 | 136 | 126 |
Binary | 11111101 | 10111011 | 11011111 | 0 | 11010 | 1100 | 1 | 101000111 | 1011110 | 1010110 |
Color Harmonies of #FDBBDF
Complementary color
Monochromatic Colors of #FDBBDF
Black with #FDBBDF
Text Example
Text Example
White with #FDBBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBBDF; }
p { color: rgb(253,187,223); }
H1.HeaderClassName
{
color: #FDBBDF;
}
.AnyTagClassName
{
color: #FDBBDF;
}
</style>
background-color css
<style>
a { background-color: #FDBBDF; }
a { background-color: rgb(253,187,223); }
div.DivClassName
{
background-color: #FDBBDF;
}
.BgClassName
{
background-color: #FDBBDF;
}
</style>
border-color css
<style>
span { border-color: #FDBBDF; }
span { border-color: rgb(253,187,223); }
td.TdClassName
{
border-color: #FDBBDF;
}
.TagClassName
{
border-color: #FDBBDF;
}
</style>