Shades of Blue Chalk #F1C8FD
Tints of Blue Chalk #F1C8FD
RGB
CMYK
RGB Variations
Color information
#F1C8FD (or 0xF1C8FD) is known color: Blue Chalk. HEX triplet: F1, C8 and FD. RGB value is (241,200,253). Sum of RGB (Red+Green+Blue) = 241+200+253=694 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.73% from 694); Green value is 200 (78.52% from 255 or 28.82% from 694); Blue value is 253 (99.22% from 255 or 36.46% from 694); Max value from RGB is 253 - color contains mainly: blue. Hex color #F1C8FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C8FD is #0E3702. Grayscale: #DADADA. Windows color (decimal): -931587 or 16632049. OLE color: 16632049.
HSL color Cylindrical-coordinate representation of color #F1C8FD: hue angle of 286.42º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F1C8FD is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 200 | 253 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.01 |
| HSL | 286.42º | 0.93% | 0.89% | - |
| HSV(B) | 286.42º | 0.21% | 0.99% | - |
| XYZ | 74.66 | 67.1 | 101.95 | - |
| YUV | 218.3 | 147.58 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 200 | 253 | 0.05 | 0.21 | 0 | 0.01 | 286.42 | 0.93 | 0.89 |
| Hex | F1 | C8 | FD | 5 | 15 | 0 | 1 | 11E | 5D | 59 |
| Octal | 361 | 310 | 375 | 5 | 25 | 0 | 1 | 436 | 135 | 131 |
| Binary | 11110001 | 11001000 | 11111101 | 101 | 10101 | 0 | 1 | 100011110 | 1011101 | 1011001 |
Color Harmonies of #F1C8FD
Complementary color
Monochromatic Colors of #F1C8FD
Black with #F1C8FD
Text Example
Text Example
White with #F1C8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C8FD; }
p { color: rgb(241,200,253); }
H1.HeaderClassName
{
color: #F1C8FD;
}
.AnyTagClassName
{
color: #F1C8FD;
}
</style>
background-color css
<style>
a { background-color: #F1C8FD; }
a { background-color: rgb(241,200,253); }
div.DivClassName
{
background-color: #F1C8FD;
}
.BgClassName
{
background-color: #F1C8FD;
}
</style>
border-color css
<style>
span { border-color: #F1C8FD; }
span { border-color: rgb(241,200,253); }
td.TdClassName
{
border-color: #F1C8FD;
}
.TagClassName
{
border-color: #F1C8FD;
}
</style>