Shades of Cotton Candy #FDBCE4
Tints of Cotton Candy #FDBCE4
RGB
CMYK
RGB Variations
Color information
#FDBCE4 (or 0xFDBCE4) is known color: Cotton Candy. HEX triplet: FD, BC and E4. RGB value is (253,188,228). Sum of RGB (Red+Green+Blue) = 253+188+228=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 188 (73.83% from 255 or 28.10% from 669); Blue value is 228 (89.45% from 255 or 34.08% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBCE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBCE4 is #02431B. Grayscale: #D3D3D3. Windows color (decimal): -148252 or 14990589. OLE color: 14990589.
HSL color Cylindrical-coordinate representation of color #FDBCE4: hue angle of 323.08º 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 #FDBCE4 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 188 | 228 | - |
CMYK | 0 | 0.26 | 0.10 | 0.01 |
HSL | 323.08º | 0.94% | 0.86% | - |
HSV(B) | 323.08º | 0.26% | 0.99% | - |
XYZ | 72.49 | 62.45 | 81.63 | - |
YUV | 212 | 137.03 | 157.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 188 | 228 | 0 | 0.26 | 0.10 | 0.01 | 323.08 | 0.94 | 0.86 |
Hex | FD | BC | E4 | 0 | 1A | A | 1 | 143 | 5E | 56 |
Octal | 375 | 274 | 344 | 0 | 32 | 12 | 1 | 503 | 136 | 126 |
Binary | 11111101 | 10111100 | 11100100 | 0 | 11010 | 1010 | 1 | 101000011 | 1011110 | 1010110 |
Color Harmonies of #FDBCE4
Complementary color
Monochromatic Colors of #FDBCE4
Black with #FDBCE4
Text Example
Text Example
White with #FDBCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBCE4; }
p { color: rgb(253,188,228); }
H1.HeaderClassName
{
color: #FDBCE4;
}
.AnyTagClassName
{
color: #FDBCE4;
}
</style>
background-color css
<style>
a { background-color: #FDBCE4; }
a { background-color: rgb(253,188,228); }
div.DivClassName
{
background-color: #FDBCE4;
}
.BgClassName
{
background-color: #FDBCE4;
}
</style>
border-color css
<style>
span { border-color: #FDBCE4; }
span { border-color: rgb(253,188,228); }
td.TdClassName
{
border-color: #FDBCE4;
}
.TagClassName
{
border-color: #FDBCE4;
}
</style>