Shades of Blue Chalk #F1C8FE
Tints of Blue Chalk #F1C8FE
RGB
CMYK
RGB Variations
Color information
#F1C8FE (or 0xF1C8FE) is known color: Blue Chalk. HEX triplet: F1, C8 and FE. RGB value is (241,200,254). Sum of RGB (Red+Green+Blue) = 241+200+254=695 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.68% from 695); Green value is 200 (78.52% from 255 or 28.78% from 695); Blue value is 254 (99.61% from 255 or 36.55% from 695); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1C8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C8FE is #0E3701. Grayscale: #DADADA. Windows color (decimal): -931586 or 16697585. OLE color: 16697585.
HSL color Cylindrical-coordinate representation of color #F1C8FE: hue angle of 285.56º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F1C8FE is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 200 | 254 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.00 |
| HSL | 285.56º | 0.96% | 0.89% | - |
| HSV(B) | 285.56º | 0.21% | 1% | - |
| XYZ | 74.82 | 67.17 | 102.79 | - |
| YUV | 218.42 | 148.08 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 200 | 254 | 0.05 | 0.21 | 0 | 0.00 | 285.56 | 0.96 | 0.89 |
| Hex | F1 | C8 | FE | 5 | 15 | 0 | 0 | 11E | 60 | 59 |
| Octal | 361 | 310 | 376 | 5 | 25 | 0 | 0 | 436 | 140 | 131 |
| Binary | 11110001 | 11001000 | 11111110 | 101 | 10101 | 0 | 0 | 100011110 | 1100000 | 1011001 |
Color Harmonies of #F1C8FE
Complementary color
Monochromatic Colors of #F1C8FE
Black with #F1C8FE
Text Example
Text Example
White with #F1C8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C8FE; }
p { color: rgb(241,200,254); }
H1.HeaderClassName
{
color: #F1C8FE;
}
.AnyTagClassName
{
color: #F1C8FE;
}
</style>
background-color css
<style>
a { background-color: #F1C8FE; }
a { background-color: rgb(241,200,254); }
div.DivClassName
{
background-color: #F1C8FE;
}
.BgClassName
{
background-color: #F1C8FE;
}
</style>
border-color css
<style>
span { border-color: #F1C8FE; }
span { border-color: rgb(241,200,254); }
td.TdClassName
{
border-color: #F1C8FE;
}
.TagClassName
{
border-color: #F1C8FE;
}
</style>