Shades of Cotton Candy #F4B8D1
Tints of Cotton Candy #F4B8D1
RGB
CMYK
RGB Variations
Color information
#F4B8D1 (or 0xF4B8D1) is known color: Cotton Candy. HEX triplet: F4, B8 and D1. RGB value is (244,184,209). Sum of RGB (Red+Green+Blue) = 244+184+209=637 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.30% from 637); Green value is 184 (72.27% from 255 or 28.89% from 637); Blue value is 209 (82.03% from 255 or 32.81% from 637); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B8D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4B8D1 is #0B472E. Grayscale: #CCCCCC. Windows color (decimal): -739119 or 13744372. OLE color: 13744372.
HSL color Cylindrical-coordinate representation of color #F4B8D1: hue angle of 335º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F4B8D1 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 184 | 209 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.04 |
| HSL | 335º | 0.73% | 0.84% | - |
| HSV(B) | 335º | 0.25% | 0.96% | - |
| XYZ | 65.96 | 58.12 | 68.06 | - |
| YUV | 204.79 | 130.38 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 184 | 209 | 0 | 0.25 | 0.14 | 0.04 | 335 | 0.73 | 0.84 |
| Hex | F4 | B8 | D1 | 0 | 19 | E | 4 | 14F | 49 | 54 |
| Octal | 364 | 270 | 321 | 0 | 31 | 16 | 4 | 517 | 111 | 124 |
| Binary | 11110100 | 10111000 | 11010001 | 0 | 11001 | 1110 | 100 | 101001111 | 1001001 | 1010100 |
Color Harmonies of #F4B8D1
Complementary color
Monochromatic Colors of #F4B8D1
Black with #F4B8D1
Text Example
Text Example
White with #F4B8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B8D1; }
p { color: rgb(244,184,209); }
H1.HeaderClassName
{
color: #F4B8D1;
}
.AnyTagClassName
{
color: #F4B8D1;
}
</style>
background-color css
<style>
a { background-color: #F4B8D1; }
a { background-color: rgb(244,184,209); }
div.DivClassName
{
background-color: #F4B8D1;
}
.BgClassName
{
background-color: #F4B8D1;
}
</style>
border-color css
<style>
span { border-color: #F4B8D1; }
span { border-color: rgb(244,184,209); }
td.TdClassName
{
border-color: #F4B8D1;
}
.TagClassName
{
border-color: #F4B8D1;
}
</style>