Shades of Blue Chalk #F1D6F8
Tints of Blue Chalk #F1D6F8
RGB
CMYK
RGB Variations
Color information
#F1D6F8 (or 0xF1D6F8) is known color: Blue Chalk. HEX triplet: F1, D6 and F8. RGB value is (241,214,248). Sum of RGB (Red+Green+Blue) = 241+214+248=703 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.28% from 703); Green value is 214 (83.98% from 255 or 30.44% from 703); Blue value is 248 (97.27% from 255 or 35.28% from 703); Max value from RGB is 248 - color contains mainly: blue. Hex color #F1D6F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D6F8 is #0E2907. Grayscale: #E1E1E1. Windows color (decimal): -928008 or 16307953. OLE color: 16307953.
HSL color Cylindrical-coordinate representation of color #F1D6F8: hue angle of 287.65º degrees, saturation: 0.71, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F1D6F8 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 241 | 214 | 248 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.03 |
| HSL | 287.65º | 0.71% | 0.91% | - |
| HSV(B) | 287.65º | 0.14% | 0.97% | - |
| XYZ | 77.27 | 73.57 | 98.94 | - |
| YUV | 225.95 | 140.45 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 214 | 248 | 0.03 | 0.14 | 0 | 0.03 | 287.65 | 0.71 | 0.91 |
| Hex | F1 | D6 | F8 | 3 | E | 0 | 3 | 120 | 47 | 5B |
| Octal | 361 | 326 | 370 | 3 | 16 | 0 | 3 | 440 | 107 | 133 |
| Binary | 11110001 | 11010110 | 11111000 | 11 | 1110 | 0 | 11 | 100100000 | 1000111 | 1011011 |
Color Harmonies of #F1D6F8
Complementary color
Monochromatic Colors of #F1D6F8
Black with #F1D6F8
Text Example
Text Example
White with #F1D6F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D6F8; }
p { color: rgb(241,214,248); }
H1.HeaderClassName
{
color: #F1D6F8;
}
.AnyTagClassName
{
color: #F1D6F8;
}
</style>
background-color css
<style>
a { background-color: #F1D6F8; }
a { background-color: rgb(241,214,248); }
div.DivClassName
{
background-color: #F1D6F8;
}
.BgClassName
{
background-color: #F1D6F8;
}
</style>
border-color css
<style>
span { border-color: #F1D6F8; }
span { border-color: rgb(241,214,248); }
td.TdClassName
{
border-color: #F1D6F8;
}
.TagClassName
{
border-color: #F1D6F8;
}
</style>