Shades of Blue Chalk #F1C9FE
Tints of Blue Chalk #F1C9FE
RGB
CMYK
RGB Variations
Color information
#F1C9FE (or 0xF1C9FE) is known color: Blue Chalk. HEX triplet: F1, C9 and FE. RGB value is (241,201,254). Sum of RGB (Red+Green+Blue) = 241+201+254=696 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.63% from 696); Green value is 201 (78.91% from 255 or 28.88% from 696); Blue value is 254 (99.61% from 255 or 36.49% from 696); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1C9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C9FE is #0E3601. Grayscale: #DADADA. Windows color (decimal): -931330 or 16697841. OLE color: 16697841.
HSL color Cylindrical-coordinate representation of color #F1C9FE: hue angle of 285.28º 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 #F1C9FE is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 201 | 254 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.00 |
| HSL | 285.28º | 0.96% | 0.89% | - |
| HSV(B) | 285.28º | 0.21% | 1% | - |
| XYZ | 75.05 | 67.63 | 102.86 | - |
| YUV | 219 | 147.75 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 201 | 254 | 0.05 | 0.21 | 0 | 0.00 | 285.28 | 0.96 | 0.89 |
| Hex | F1 | C9 | FE | 5 | 15 | 0 | 0 | 11D | 60 | 59 |
| Octal | 361 | 311 | 376 | 5 | 25 | 0 | 0 | 435 | 140 | 131 |
| Binary | 11110001 | 11001001 | 11111110 | 101 | 10101 | 0 | 0 | 100011101 | 1100000 | 1011001 |
Color Harmonies of #F1C9FE
Complementary color
Monochromatic Colors of #F1C9FE
Black with #F1C9FE
Text Example
Text Example
White with #F1C9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C9FE; }
p { color: rgb(241,201,254); }
H1.HeaderClassName
{
color: #F1C9FE;
}
.AnyTagClassName
{
color: #F1C9FE;
}
</style>
background-color css
<style>
a { background-color: #F1C9FE; }
a { background-color: rgb(241,201,254); }
div.DivClassName
{
background-color: #F1C9FE;
}
.BgClassName
{
background-color: #F1C9FE;
}
</style>
border-color css
<style>
span { border-color: #F1C9FE; }
span { border-color: rgb(241,201,254); }
td.TdClassName
{
border-color: #F1C9FE;
}
.TagClassName
{
border-color: #F1C9FE;
}
</style>