Shades of Cotton Candy #FFB7E4
Tints of Cotton Candy #FFB7E4
RGB
CMYK
RGB Variations
Color information
#FFB7E4 (or 0xFFB7E4) is known color: Cotton Candy. HEX triplet: FF, B7 and E4. RGB value is (255,183,228). Sum of RGB (Red+Green+Blue) = 255+183+228=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 183 (71.88% from 255 or 27.48% from 666); Blue value is 228 (89.45% from 255 or 34.23% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB7E4 is #00481B. Grayscale: #D1D1D1. Windows color (decimal): -18460 or 14989311. OLE color: 14989311.
HSL color Cylindrical-coordinate representation of color #FFB7E4: hue angle of 322.5º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFB7E4 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 228 | - |
| CMYK | 0 | 0.28 | 0.11 | 0 |
| HSL | 322.5º | 1% | 0.86% | - |
| HSV(B) | 322.5º | 0.28% | 1% | - |
| XYZ | 72.18 | 60.73 | 81.32 | - |
| YUV | 209.66 | 138.35 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 228 | 0 | 0.28 | 0.11 | 0 | 322.5 | 1 | 0.86 |
| Hex | FF | B7 | E4 | 0 | 1C | B | 0 | 142 | 64 | 56 |
| Octal | 377 | 267 | 344 | 0 | 34 | 13 | 0 | 502 | 144 | 126 |
| Binary | 11111111 | 10110111 | 11100100 | 0 | 11100 | 1011 | 0 | 101000010 | 1100100 | 1010110 |
Color Harmonies of #FFB7E4
Complementary color
Monochromatic Colors of #FFB7E4
Black with #FFB7E4
Text Example
Text Example
White with #FFB7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB7E4; }
p { color: rgb(255,183,228); }
H1.HeaderClassName
{
color: #FFB7E4;
}
.AnyTagClassName
{
color: #FFB7E4;
}
</style>
background-color css
<style>
a { background-color: #FFB7E4; }
a { background-color: rgb(255,183,228); }
div.DivClassName
{
background-color: #FFB7E4;
}
.BgClassName
{
background-color: #FFB7E4;
}
</style>
border-color css
<style>
span { border-color: #FFB7E4; }
span { border-color: rgb(255,183,228); }
td.TdClassName
{
border-color: #FFB7E4;
}
.TagClassName
{
border-color: #FFB7E4;
}
</style>