Shades of Cotton Candy #F4BED2
Tints of Cotton Candy #F4BED2
RGB
CMYK
RGB Variations
Color information
#F4BED2 (or 0xF4BED2) is known color: Cotton Candy. HEX triplet: F4, BE and D2. RGB value is (244,190,210). Sum of RGB (Red+Green+Blue) = 244+190+210=644 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.89% from 644); Green value is 190 (74.61% from 255 or 29.50% from 644); Blue value is 210 (82.42% from 255 or 32.61% from 644); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BED2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BED2 is #0B412D. Grayscale: #D0D0D0. Windows color (decimal): -737582 or 13811444. OLE color: 13811444.
HSL color Cylindrical-coordinate representation of color #F4BED2: hue angle of 337.78º 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 #F4BED2 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 190 | 210 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.04 |
| HSL | 337.78º | 0.71% | 0.85% | - |
| HSV(B) | 337.78º | 0.22% | 0.96% | - |
| XYZ | 67.35 | 60.71 | 69.14 | - |
| YUV | 208.43 | 128.89 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 190 | 210 | 0 | 0.22 | 0.14 | 0.04 | 337.78 | 0.71 | 0.85 |
| Hex | F4 | BE | D2 | 0 | 16 | E | 4 | 152 | 47 | 55 |
| Octal | 364 | 276 | 322 | 0 | 26 | 16 | 4 | 522 | 107 | 125 |
| Binary | 11110100 | 10111110 | 11010010 | 0 | 10110 | 1110 | 100 | 101010010 | 1000111 | 1010101 |
Color Harmonies of #F4BED2
Complementary color
Monochromatic Colors of #F4BED2
Black with #F4BED2
Text Example
Text Example
White with #F4BED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BED2; }
p { color: rgb(244,190,210); }
H1.HeaderClassName
{
color: #F4BED2;
}
.AnyTagClassName
{
color: #F4BED2;
}
</style>
background-color css
<style>
a { background-color: #F4BED2; }
a { background-color: rgb(244,190,210); }
div.DivClassName
{
background-color: #F4BED2;
}
.BgClassName
{
background-color: #F4BED2;
}
</style>
border-color css
<style>
span { border-color: #F4BED2; }
span { border-color: rgb(244,190,210); }
td.TdClassName
{
border-color: #F4BED2;
}
.TagClassName
{
border-color: #F4BED2;
}
</style>