Shades of Blue Chalk #F1C6FB
Tints of Blue Chalk #F1C6FB
RGB
CMYK
RGB Variations
Color information
#F1C6FB (or 0xF1C6FB) is known color: Blue Chalk. HEX triplet: F1, C6 and FB. RGB value is (241,198,251). Sum of RGB (Red+Green+Blue) = 241+198+251=690 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.93% from 690); Green value is 198 (77.73% from 255 or 28.70% from 690); Blue value is 251 (98.44% from 255 or 36.38% from 690); Max value from RGB is 251 - color contains mainly: blue. Hex color #F1C6FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C6FB is #0E3904. Grayscale: #D8D8D8. Windows color (decimal): -932101 or 16500465. OLE color: 16500465.
HSL color Cylindrical-coordinate representation of color #F1C6FB: hue angle of 288.68º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F1C6FB is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 198 | 251 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.02 |
| HSL | 288.68º | 0.87% | 0.88% | - |
| HSV(B) | 288.68º | 0.21% | 0.98% | - |
| XYZ | 73.88 | 66.05 | 100.12 | - |
| YUV | 216.9 | 147.25 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 198 | 251 | 0.04 | 0.21 | 0 | 0.02 | 288.68 | 0.87 | 0.88 |
| Hex | F1 | C6 | FB | 4 | 15 | 0 | 2 | 121 | 57 | 58 |
| Octal | 361 | 306 | 373 | 4 | 25 | 0 | 2 | 441 | 127 | 130 |
| Binary | 11110001 | 11000110 | 11111011 | 100 | 10101 | 0 | 10 | 100100001 | 1010111 | 1011000 |
Color Harmonies of #F1C6FB
Complementary color
Monochromatic Colors of #F1C6FB
Black with #F1C6FB
Text Example
Text Example
White with #F1C6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C6FB; }
p { color: rgb(241,198,251); }
H1.HeaderClassName
{
color: #F1C6FB;
}
.AnyTagClassName
{
color: #F1C6FB;
}
</style>
background-color css
<style>
a { background-color: #F1C6FB; }
a { background-color: rgb(241,198,251); }
div.DivClassName
{
background-color: #F1C6FB;
}
.BgClassName
{
background-color: #F1C6FB;
}
</style>
border-color css
<style>
span { border-color: #F1C6FB; }
span { border-color: rgb(241,198,251); }
td.TdClassName
{
border-color: #F1C6FB;
}
.TagClassName
{
border-color: #F1C6FB;
}
</style>