Shades of Blue Chalk #F1C4FA
Tints of Blue Chalk #F1C4FA
RGB
CMYK
RGB Variations
Color information
#F1C4FA (or 0xF1C4FA) is known color: Blue Chalk. HEX triplet: F1, C4 and FA. RGB value is (241,196,250). Sum of RGB (Red+Green+Blue) = 241+196+250=687 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.08% from 687); Green value is 196 (76.95% from 255 or 28.53% from 687); Blue value is 250 (98.05% from 255 or 36.39% from 687); Max value from RGB is 250 - color contains mainly: blue. Hex color #F1C4FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C4FA is #0E3B05. Grayscale: #D7D7D7. Windows color (decimal): -932614 or 16434417. OLE color: 16434417.
HSL color Cylindrical-coordinate representation of color #F1C4FA: hue angle of 290º degrees, saturation: 0.84, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F1C4FA is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 196 | 250 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.02 |
| HSL | 290º | 0.84% | 0.87% | - |
| HSV(B) | 290º | 0.22% | 0.98% | - |
| XYZ | 73.27 | 65.08 | 99.14 | - |
| YUV | 215.61 | 147.41 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 196 | 250 | 0.04 | 0.22 | 0 | 0.02 | 290 | 0.84 | 0.87 |
| Hex | F1 | C4 | FA | 4 | 16 | 0 | 2 | 122 | 54 | 57 |
| Octal | 361 | 304 | 372 | 4 | 26 | 0 | 2 | 442 | 124 | 127 |
| Binary | 11110001 | 11000100 | 11111010 | 100 | 10110 | 0 | 10 | 100100010 | 1010100 | 1010111 |
Color Harmonies of #F1C4FA
Complementary color
Monochromatic Colors of #F1C4FA
Black with #F1C4FA
Text Example
Text Example
White with #F1C4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C4FA; }
p { color: rgb(241,196,250); }
H1.HeaderClassName
{
color: #F1C4FA;
}
.AnyTagClassName
{
color: #F1C4FA;
}
</style>
background-color css
<style>
a { background-color: #F1C4FA; }
a { background-color: rgb(241,196,250); }
div.DivClassName
{
background-color: #F1C4FA;
}
.BgClassName
{
background-color: #F1C4FA;
}
</style>
border-color css
<style>
span { border-color: #F1C4FA; }
span { border-color: rgb(241,196,250); }
td.TdClassName
{
border-color: #F1C4FA;
}
.TagClassName
{
border-color: #F1C4FA;
}
</style>