Shades of Blue Chalk #F1C5FC
Tints of Blue Chalk #F1C5FC
RGB
CMYK
RGB Variations
Color information
#F1C5FC (or 0xF1C5FC) is known color: Blue Chalk. HEX triplet: F1, C5 and FC. RGB value is (241,197,252). Sum of RGB (Red+Green+Blue) = 241+197+252=690 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.93% from 690); Green value is 197 (77.34% from 255 or 28.55% from 690); Blue value is 252 (98.83% from 255 or 36.52% from 690); Max value from RGB is 252 - color contains mainly: blue. Hex color #F1C5FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C5FC is #0E3A03. Grayscale: #D8D8D8. Windows color (decimal): -932356 or 16565745. OLE color: 16565745.
HSL color Cylindrical-coordinate representation of color #F1C5FC: hue angle of 288º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F1C5FC is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 197 | 252 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.01 |
| HSL | 288º | 0.9% | 0.88% | - |
| HSV(B) | 288º | 0.22% | 0.99% | - |
| XYZ | 73.81 | 65.66 | 100.88 | - |
| YUV | 216.43 | 148.08 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 197 | 252 | 0.04 | 0.22 | 0 | 0.01 | 288 | 0.9 | 0.88 |
| Hex | F1 | C5 | FC | 4 | 16 | 0 | 1 | 120 | 5A | 58 |
| Octal | 361 | 305 | 374 | 4 | 26 | 0 | 1 | 440 | 132 | 130 |
| Binary | 11110001 | 11000101 | 11111100 | 100 | 10110 | 0 | 1 | 100100000 | 1011010 | 1011000 |
Color Harmonies of #F1C5FC
Complementary color
Monochromatic Colors of #F1C5FC
Black with #F1C5FC
Text Example
Text Example
White with #F1C5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C5FC; }
p { color: rgb(241,197,252); }
H1.HeaderClassName
{
color: #F1C5FC;
}
.AnyTagClassName
{
color: #F1C5FC;
}
</style>
background-color css
<style>
a { background-color: #F1C5FC; }
a { background-color: rgb(241,197,252); }
div.DivClassName
{
background-color: #F1C5FC;
}
.BgClassName
{
background-color: #F1C5FC;
}
</style>
border-color css
<style>
span { border-color: #F1C5FC; }
span { border-color: rgb(241,197,252); }
td.TdClassName
{
border-color: #F1C5FC;
}
.TagClassName
{
border-color: #F1C5FC;
}
</style>