Shades of Cotton Candy #F4B8CF
Tints of Cotton Candy #F4B8CF
RGB
CMYK
RGB Variations
Color information
#F4B8CF (or 0xF4B8CF) is known color: Cotton Candy. HEX triplet: F4, B8 and CF. RGB value is (244,184,207). Sum of RGB (Red+Green+Blue) = 244+184+207=635 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.43% from 635); Green value is 184 (72.27% from 255 or 28.98% from 635); Blue value is 207 (81.25% from 255 or 32.60% from 635); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B8CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4B8CF is #0B4730. Grayscale: #CCCCCC. Windows color (decimal): -739121 or 13613300. OLE color: 13613300.
HSL color Cylindrical-coordinate representation of color #F4B8CF: hue angle of 337º 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 #F4B8CF is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 184 | 207 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.04 |
| HSL | 337º | 0.73% | 0.84% | - |
| HSV(B) | 337º | 0.25% | 0.96% | - |
| XYZ | 65.71 | 58.02 | 66.77 | - |
| YUV | 204.56 | 129.38 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 184 | 207 | 0 | 0.25 | 0.15 | 0.04 | 337 | 0.73 | 0.84 |
| Hex | F4 | B8 | CF | 0 | 19 | F | 4 | 151 | 49 | 54 |
| Octal | 364 | 270 | 317 | 0 | 31 | 17 | 4 | 521 | 111 | 124 |
| Binary | 11110100 | 10111000 | 11001111 | 0 | 11001 | 1111 | 100 | 101010001 | 1001001 | 1010100 |
Color Harmonies of #F4B8CF
Complementary color
Monochromatic Colors of #F4B8CF
Black with #F4B8CF
Text Example
Text Example
White with #F4B8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B8CF; }
p { color: rgb(244,184,207); }
H1.HeaderClassName
{
color: #F4B8CF;
}
.AnyTagClassName
{
color: #F4B8CF;
}
</style>
background-color css
<style>
a { background-color: #F4B8CF; }
a { background-color: rgb(244,184,207); }
div.DivClassName
{
background-color: #F4B8CF;
}
.BgClassName
{
background-color: #F4B8CF;
}
</style>
border-color css
<style>
span { border-color: #F4B8CF; }
span { border-color: rgb(244,184,207); }
td.TdClassName
{
border-color: #F4B8CF;
}
.TagClassName
{
border-color: #F4B8CF;
}
</style>