Shades of Cotton Candy #FFBED2
Tints of Cotton Candy #FFBED2
RGB
CMYK
RGB Variations
Color information
#FFBED2 (or 0xFFBED2) is known color: Cotton Candy. HEX triplet: FF, BE and D2. RGB value is (255,190,210). Sum of RGB (Red+Green+Blue) = 255+190+210=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 190 (74.61% from 255 or 29.01% from 655); Blue value is 210 (82.42% from 255 or 32.06% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBED2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBED2 is #00412D. Grayscale: #D3D3D3. Windows color (decimal): -16686 or 13811455. OLE color: 13811455.
HSL color Cylindrical-coordinate representation of color #FFBED2: hue angle of 341.54º 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 #FFBED2 is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 210 | - |
| CMYK | 0 | 0.25 | 0.18 | 0 |
| HSL | 341.54º | 1% | 0.87% | - |
| HSV(B) | 341.54º | 0.25% | 1% | - |
| XYZ | 71.29 | 62.74 | 69.33 | - |
| YUV | 211.72 | 127.03 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 210 | 0 | 0.25 | 0.18 | 0 | 341.54 | 1 | 0.87 |
| Hex | FF | BE | D2 | 0 | 19 | 12 | 0 | 156 | 64 | 57 |
| Octal | 377 | 276 | 322 | 0 | 31 | 22 | 0 | 526 | 144 | 127 |
| Binary | 11111111 | 10111110 | 11010010 | 0 | 11001 | 10010 | 0 | 101010110 | 1100100 | 1010111 |
Color Harmonies of #FFBED2
Complementary color
Monochromatic Colors of #FFBED2
Black with #FFBED2
Text Example
Text Example
White with #FFBED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBED2; }
p { color: rgb(255,190,210); }
H1.HeaderClassName
{
color: #FFBED2;
}
.AnyTagClassName
{
color: #FFBED2;
}
</style>
background-color css
<style>
a { background-color: #FFBED2; }
a { background-color: rgb(255,190,210); }
div.DivClassName
{
background-color: #FFBED2;
}
.BgClassName
{
background-color: #FFBED2;
}
</style>
border-color css
<style>
span { border-color: #FFBED2; }
span { border-color: rgb(255,190,210); }
td.TdClassName
{
border-color: #FFBED2;
}
.TagClassName
{
border-color: #FFBED2;
}
</style>