Shades of Blue Chalk #F1C6FE
Tints of Blue Chalk #F1C6FE
RGB
CMYK
RGB Variations
Color information
#F1C6FE (or 0xF1C6FE) is known color: Blue Chalk. HEX triplet: F1, C6 and FE. RGB value is (241,198,254). Sum of RGB (Red+Green+Blue) = 241+198+254=693 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.78% from 693); Green value is 198 (77.73% from 255 or 28.57% from 693); Blue value is 254 (99.61% from 255 or 36.65% from 693); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1C6FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C6FE is #0E3901. Grayscale: #D9D9D9. Windows color (decimal): -932098 or 16697073. OLE color: 16697073.
HSL color Cylindrical-coordinate representation of color #F1C6FE: hue angle of 286.07º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F1C6FE is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 198 | 254 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.00 |
| HSL | 286.07º | 0.97% | 0.89% | - |
| HSV(B) | 286.07º | 0.22% | 1% | - |
| XYZ | 74.36 | 66.24 | 102.63 | - |
| YUV | 217.24 | 148.75 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 198 | 254 | 0.05 | 0.22 | 0 | 0.00 | 286.07 | 0.97 | 0.89 |
| Hex | F1 | C6 | FE | 5 | 16 | 0 | 0 | 11E | 61 | 59 |
| Octal | 361 | 306 | 376 | 5 | 26 | 0 | 0 | 436 | 141 | 131 |
| Binary | 11110001 | 11000110 | 11111110 | 101 | 10110 | 0 | 0 | 100011110 | 1100001 | 1011001 |
Color Harmonies of #F1C6FE
Complementary color
Monochromatic Colors of #F1C6FE
Black with #F1C6FE
Text Example
Text Example
White with #F1C6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C6FE; }
p { color: rgb(241,198,254); }
H1.HeaderClassName
{
color: #F1C6FE;
}
.AnyTagClassName
{
color: #F1C6FE;
}
</style>
background-color css
<style>
a { background-color: #F1C6FE; }
a { background-color: rgb(241,198,254); }
div.DivClassName
{
background-color: #F1C6FE;
}
.BgClassName
{
background-color: #F1C6FE;
}
</style>
border-color css
<style>
span { border-color: #F1C6FE; }
span { border-color: rgb(241,198,254); }
td.TdClassName
{
border-color: #F1C6FE;
}
.TagClassName
{
border-color: #F1C6FE;
}
</style>