Shades of Cotton Candy #F4BED1
Tints of Cotton Candy #F4BED1
RGB
CMYK
RGB Variations
Color information
#F4BED1 (or 0xF4BED1) is known color: Cotton Candy. HEX triplet: F4, BE and D1. RGB value is (244,190,209). Sum of RGB (Red+Green+Blue) = 244+190+209=643 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.95% from 643); Green value is 190 (74.61% from 255 or 29.55% from 643); Blue value is 209 (82.03% from 255 or 32.50% from 643); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BED1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BED1 is #0B412E. Grayscale: #D0D0D0. Windows color (decimal): -737583 or 13745908. OLE color: 13745908.
HSL color Cylindrical-coordinate representation of color #F4BED1: hue angle of 338.89º degrees, saturation: 0.71, 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 #F4BED1 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 190 | 209 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.04 |
| HSL | 338.89º | 0.71% | 0.85% | - |
| HSV(B) | 338.89º | 0.22% | 0.96% | - |
| XYZ | 67.23 | 60.66 | 68.49 | - |
| YUV | 208.31 | 128.39 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 190 | 209 | 0 | 0.22 | 0.14 | 0.04 | 338.89 | 0.71 | 0.85 |
| Hex | F4 | BE | D1 | 0 | 16 | E | 4 | 153 | 47 | 55 |
| Octal | 364 | 276 | 321 | 0 | 26 | 16 | 4 | 523 | 107 | 125 |
| Binary | 11110100 | 10111110 | 11010001 | 0 | 10110 | 1110 | 100 | 101010011 | 1000111 | 1010101 |
Color Harmonies of #F4BED1
Complementary color
Monochromatic Colors of #F4BED1
Black with #F4BED1
Text Example
Text Example
White with #F4BED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BED1; }
p { color: rgb(244,190,209); }
H1.HeaderClassName
{
color: #F4BED1;
}
.AnyTagClassName
{
color: #F4BED1;
}
</style>
background-color css
<style>
a { background-color: #F4BED1; }
a { background-color: rgb(244,190,209); }
div.DivClassName
{
background-color: #F4BED1;
}
.BgClassName
{
background-color: #F4BED1;
}
</style>
border-color css
<style>
span { border-color: #F4BED1; }
span { border-color: rgb(244,190,209); }
td.TdClassName
{
border-color: #F4BED1;
}
.TagClassName
{
border-color: #F4BED1;
}
</style>