Shades of Cotton Candy #FFBEE3
Tints of Cotton Candy #FFBEE3
RGB
CMYK
RGB Variations
Color information
#FFBEE3 (or 0xFFBEE3) is known color: Cotton Candy. HEX triplet: FF, BE and E3. RGB value is (255,190,227). Sum of RGB (Red+Green+Blue) = 255+190+227=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 190 (74.61% from 255 or 28.27% from 672); Blue value is 227 (89.06% from 255 or 33.78% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBEE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBEE3 is #00411C. Grayscale: #D5D5D5. Windows color (decimal): -16669 or 14925567. OLE color: 14925567.
HSL color Cylindrical-coordinate representation of color #FFBEE3: hue angle of 325.85º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFBEE3 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 227 | - |
| CMYK | 0 | 0.25 | 0.11 | 0 |
| HSL | 325.85º | 1% | 0.87% | - |
| HSV(B) | 325.85º | 0.25% | 1% | - |
| XYZ | 73.52 | 63.63 | 81.08 | - |
| YUV | 213.65 | 135.53 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 227 | 0 | 0.25 | 0.11 | 0 | 325.85 | 1 | 0.87 |
| Hex | FF | BE | E3 | 0 | 19 | B | 0 | 146 | 64 | 57 |
| Octal | 377 | 276 | 343 | 0 | 31 | 13 | 0 | 506 | 144 | 127 |
| Binary | 11111111 | 10111110 | 11100011 | 0 | 11001 | 1011 | 0 | 101000110 | 1100100 | 1010111 |
Color Harmonies of #FFBEE3
Complementary color
Monochromatic Colors of #FFBEE3
Black with #FFBEE3
Text Example
Text Example
White with #FFBEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBEE3; }
p { color: rgb(255,190,227); }
H1.HeaderClassName
{
color: #FFBEE3;
}
.AnyTagClassName
{
color: #FFBEE3;
}
</style>
background-color css
<style>
a { background-color: #FFBEE3; }
a { background-color: rgb(255,190,227); }
div.DivClassName
{
background-color: #FFBEE3;
}
.BgClassName
{
background-color: #FFBEE3;
}
</style>
border-color css
<style>
span { border-color: #FFBEE3; }
span { border-color: rgb(255,190,227); }
td.TdClassName
{
border-color: #FFBEE3;
}
.TagClassName
{
border-color: #FFBEE3;
}
</style>