Shades of Cotton Candy #FFB7E1
Tints of Cotton Candy #FFB7E1
RGB
CMYK
RGB Variations
Color information
#FFB7E1 (or 0xFFB7E1) is known color: Cotton Candy. HEX triplet: FF, B7 and E1. RGB value is (255,183,225). Sum of RGB (Red+Green+Blue) = 255+183+225=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 183 (71.88% from 255 or 27.60% from 663); Blue value is 225 (88.28% from 255 or 33.94% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB7E1 is #00481E. Grayscale: #D1D1D1. Windows color (decimal): -18463 or 14792703. OLE color: 14792703.
HSL color Cylindrical-coordinate representation of color #FFB7E1: hue angle of 325º 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 #FFB7E1 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 225 | - |
| CMYK | 0 | 0.28 | 0.12 | 0 |
| HSL | 325º | 1% | 0.86% | - |
| HSV(B) | 325º | 0.28% | 1% | - |
| XYZ | 71.76 | 60.56 | 79.14 | - |
| YUV | 209.32 | 136.85 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 225 | 0 | 0.28 | 0.12 | 0 | 325 | 1 | 0.86 |
| Hex | FF | B7 | E1 | 0 | 1C | C | 0 | 145 | 64 | 56 |
| Octal | 377 | 267 | 341 | 0 | 34 | 14 | 0 | 505 | 144 | 126 |
| Binary | 11111111 | 10110111 | 11100001 | 0 | 11100 | 1100 | 0 | 101000101 | 1100100 | 1010110 |
Color Harmonies of #FFB7E1
Complementary color
Monochromatic Colors of #FFB7E1
Black with #FFB7E1
Text Example
Text Example
White with #FFB7E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB7E1; }
p { color: rgb(255,183,225); }
H1.HeaderClassName
{
color: #FFB7E1;
}
.AnyTagClassName
{
color: #FFB7E1;
}
</style>
background-color css
<style>
a { background-color: #FFB7E1; }
a { background-color: rgb(255,183,225); }
div.DivClassName
{
background-color: #FFB7E1;
}
.BgClassName
{
background-color: #FFB7E1;
}
</style>
border-color css
<style>
span { border-color: #FFB7E1; }
span { border-color: rgb(255,183,225); }
td.TdClassName
{
border-color: #FFB7E1;
}
.TagClassName
{
border-color: #FFB7E1;
}
</style>