Shades of Blue Chalk #F1C3FA
Tints of Blue Chalk #F1C3FA
RGB
CMYK
RGB Variations
Color information
#F1C3FA (or 0xF1C3FA) is known color: Blue Chalk. HEX triplet: F1, C3 and FA. RGB value is (241,195,250). Sum of RGB (Red+Green+Blue) = 241+195+250=686 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.13% from 686); Green value is 195 (76.56% from 255 or 28.43% from 686); Blue value is 250 (98.05% from 255 or 36.44% from 686); Max value from RGB is 250 - color contains mainly: blue. Hex color #F1C3FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C3FA is #0E3C05. Grayscale: #D6D6D6. Windows color (decimal): -932870 or 16434161. OLE color: 16434161.
HSL color Cylindrical-coordinate representation of color #F1C3FA: hue angle of 290.18º degrees, saturation: 0.85, 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 #F1C3FA is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 195 | 250 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.02 |
| HSL | 290.18º | 0.85% | 0.87% | - |
| HSV(B) | 290.18º | 0.22% | 0.98% | - |
| XYZ | 73.05 | 64.63 | 99.07 | - |
| YUV | 215.02 | 147.74 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 195 | 250 | 0.04 | 0.22 | 0 | 0.02 | 290.18 | 0.85 | 0.87 |
| Hex | F1 | C3 | FA | 4 | 16 | 0 | 2 | 122 | 55 | 57 |
| Octal | 361 | 303 | 372 | 4 | 26 | 0 | 2 | 442 | 125 | 127 |
| Binary | 11110001 | 11000011 | 11111010 | 100 | 10110 | 0 | 10 | 100100010 | 1010101 | 1010111 |
Color Harmonies of #F1C3FA
Complementary color
Monochromatic Colors of #F1C3FA
Black with #F1C3FA
Text Example
Text Example
White with #F1C3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C3FA; }
p { color: rgb(241,195,250); }
H1.HeaderClassName
{
color: #F1C3FA;
}
.AnyTagClassName
{
color: #F1C3FA;
}
</style>
background-color css
<style>
a { background-color: #F1C3FA; }
a { background-color: rgb(241,195,250); }
div.DivClassName
{
background-color: #F1C3FA;
}
.BgClassName
{
background-color: #F1C3FA;
}
</style>
border-color css
<style>
span { border-color: #F1C3FA; }
span { border-color: rgb(241,195,250); }
td.TdClassName
{
border-color: #F1C3FA;
}
.TagClassName
{
border-color: #F1C3FA;
}
</style>