Shades of Cotton Candy #F8BDD4
Tints of Cotton Candy #F8BDD4
RGB
CMYK
RGB Variations
Color information
#F8BDD4 (or 0xF8BDD4) is known color: Cotton Candy. HEX triplet: F8, BD and D4. RGB value is (248,189,212). Sum of RGB (Red+Green+Blue) = 248+189+212=649 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.21% from 649); Green value is 189 (74.22% from 255 or 29.12% from 649); Blue value is 212 (83.20% from 255 or 32.67% from 649); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BDD4 is #07422B. Grayscale: #D1D1D1. Windows color (decimal): -475692 or 13942264. OLE color: 13942264.
HSL color Cylindrical-coordinate representation of color #F8BDD4: hue angle of 336.61º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F8BDD4 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 189 | 212 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.03 |
| HSL | 336.61º | 0.81% | 0.86% | - |
| HSV(B) | 336.61º | 0.24% | 0.97% | - |
| XYZ | 68.79 | 61.11 | 70.46 | - |
| YUV | 209.26 | 129.55 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 189 | 212 | 0 | 0.24 | 0.15 | 0.03 | 336.61 | 0.81 | 0.86 |
| Hex | F8 | BD | D4 | 0 | 18 | F | 3 | 151 | 51 | 56 |
| Octal | 370 | 275 | 324 | 0 | 30 | 17 | 3 | 521 | 121 | 126 |
| Binary | 11111000 | 10111101 | 11010100 | 0 | 11000 | 1111 | 11 | 101010001 | 1010001 | 1010110 |
Color Harmonies of #F8BDD4
Complementary color
Monochromatic Colors of #F8BDD4
Black with #F8BDD4
Text Example
Text Example
White with #F8BDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BDD4; }
p { color: rgb(248,189,212); }
H1.HeaderClassName
{
color: #F8BDD4;
}
.AnyTagClassName
{
color: #F8BDD4;
}
</style>
background-color css
<style>
a { background-color: #F8BDD4; }
a { background-color: rgb(248,189,212); }
div.DivClassName
{
background-color: #F8BDD4;
}
.BgClassName
{
background-color: #F8BDD4;
}
</style>
border-color css
<style>
span { border-color: #F8BDD4; }
span { border-color: rgb(248,189,212); }
td.TdClassName
{
border-color: #F8BDD4;
}
.TagClassName
{
border-color: #F8BDD4;
}
</style>