Shades of Cotton Candy #F5BED2
Tints of Cotton Candy #F5BED2
RGB
CMYK
RGB Variations
Color information
#F5BED2 (or 0xF5BED2) is known color: Cotton Candy. HEX triplet: F5, BE and D2. RGB value is (245,190,210). Sum of RGB (Red+Green+Blue) = 245+190+210=645 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.98% from 645); Green value is 190 (74.61% from 255 or 29.46% from 645); Blue value is 210 (82.42% from 255 or 32.56% from 645); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BED2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BED2 is #0A412D. Grayscale: #D0D0D0. Windows color (decimal): -672046 or 13811445. OLE color: 13811445.
HSL color Cylindrical-coordinate representation of color #F5BED2: hue angle of 338.18º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5BED2 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 190 | 210 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.04 |
| HSL | 338.18º | 0.73% | 0.85% | - |
| HSV(B) | 338.18º | 0.22% | 0.96% | - |
| XYZ | 67.7 | 60.89 | 69.16 | - |
| YUV | 208.73 | 128.72 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 190 | 210 | 0 | 0.22 | 0.14 | 0.04 | 338.18 | 0.73 | 0.85 |
| Hex | F5 | BE | D2 | 0 | 16 | E | 4 | 152 | 49 | 55 |
| Octal | 365 | 276 | 322 | 0 | 26 | 16 | 4 | 522 | 111 | 125 |
| Binary | 11110101 | 10111110 | 11010010 | 0 | 10110 | 1110 | 100 | 101010010 | 1001001 | 1010101 |
Color Harmonies of #F5BED2
Complementary color
Monochromatic Colors of #F5BED2
Black with #F5BED2
Text Example
Text Example
White with #F5BED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BED2; }
p { color: rgb(245,190,210); }
H1.HeaderClassName
{
color: #F5BED2;
}
.AnyTagClassName
{
color: #F5BED2;
}
</style>
background-color css
<style>
a { background-color: #F5BED2; }
a { background-color: rgb(245,190,210); }
div.DivClassName
{
background-color: #F5BED2;
}
.BgClassName
{
background-color: #F5BED2;
}
</style>
border-color css
<style>
span { border-color: #F5BED2; }
span { border-color: rgb(245,190,210); }
td.TdClassName
{
border-color: #F5BED2;
}
.TagClassName
{
border-color: #F5BED2;
}
</style>