Shades of Blue Chalk #F1C6FA
Tints of Blue Chalk #F1C6FA
RGB
CMYK
RGB Variations
Color information
#F1C6FA (or 0xF1C6FA) is known color: Blue Chalk. HEX triplet: F1, C6 and FA. RGB value is (241,198,250). Sum of RGB (Red+Green+Blue) = 241+198+250=689 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.98% from 689); Green value is 198 (77.73% from 255 or 28.74% from 689); Blue value is 250 (98.05% from 255 or 36.28% from 689); Max value from RGB is 250 - color contains mainly: blue. Hex color #F1C6FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C6FA is #0E3905. Grayscale: #D8D8D8. Windows color (decimal): -932102 or 16434929. OLE color: 16434929.
HSL color Cylindrical-coordinate representation of color #F1C6FA: hue angle of 289.62º degrees, saturation: 0.84, 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 #F1C6FA is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 198 | 250 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.02 |
| HSL | 289.62º | 0.84% | 0.88% | - |
| HSV(B) | 289.62º | 0.21% | 0.98% | - |
| XYZ | 73.73 | 65.99 | 99.29 | - |
| YUV | 216.79 | 146.75 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 198 | 250 | 0.04 | 0.21 | 0 | 0.02 | 289.62 | 0.84 | 0.88 |
| Hex | F1 | C6 | FA | 4 | 15 | 0 | 2 | 122 | 54 | 58 |
| Octal | 361 | 306 | 372 | 4 | 25 | 0 | 2 | 442 | 124 | 130 |
| Binary | 11110001 | 11000110 | 11111010 | 100 | 10101 | 0 | 10 | 100100010 | 1010100 | 1011000 |
Color Harmonies of #F1C6FA
Complementary color
Monochromatic Colors of #F1C6FA
Black with #F1C6FA
Text Example
Text Example
White with #F1C6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C6FA; }
p { color: rgb(241,198,250); }
H1.HeaderClassName
{
color: #F1C6FA;
}
.AnyTagClassName
{
color: #F1C6FA;
}
</style>
background-color css
<style>
a { background-color: #F1C6FA; }
a { background-color: rgb(241,198,250); }
div.DivClassName
{
background-color: #F1C6FA;
}
.BgClassName
{
background-color: #F1C6FA;
}
</style>
border-color css
<style>
span { border-color: #F1C6FA; }
span { border-color: rgb(241,198,250); }
td.TdClassName
{
border-color: #F1C6FA;
}
.TagClassName
{
border-color: #F1C6FA;
}
</style>