Shades of Blue Chalk #F1D6FD
Tints of Blue Chalk #F1D6FD
RGB
CMYK
RGB Variations
Color information
#F1D6FD (or 0xF1D6FD) is known color: Blue Chalk. HEX triplet: F1, D6 and FD. RGB value is (241,214,253). Sum of RGB (Red+Green+Blue) = 241+214+253=708 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.04% from 708); Green value is 214 (83.98% from 255 or 30.23% from 708); Blue value is 253 (99.22% from 255 or 35.73% from 708); Max value from RGB is 253 - color contains mainly: blue. Hex color #F1D6FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D6FD is #0E2902. Grayscale: #E2E2E2. Windows color (decimal): -928003 or 16635633. OLE color: 16635633.
HSL color Cylindrical-coordinate representation of color #F1D6FD: hue angle of 281.54º degrees, saturation: 0.91, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F1D6FD is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 214 | 253 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.01 |
| HSL | 281.54º | 0.91% | 0.92% | - |
| HSV(B) | 281.54º | 0.15% | 0.99% | - |
| XYZ | 78.05 | 73.89 | 103.08 | - |
| YUV | 226.52 | 142.95 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 214 | 253 | 0.05 | 0.15 | 0 | 0.01 | 281.54 | 0.91 | 0.92 |
| Hex | F1 | D6 | FD | 5 | F | 0 | 1 | 11A | 5B | 5C |
| Octal | 361 | 326 | 375 | 5 | 17 | 0 | 1 | 432 | 133 | 134 |
| Binary | 11110001 | 11010110 | 11111101 | 101 | 1111 | 0 | 1 | 100011010 | 1011011 | 1011100 |
Color Harmonies of #F1D6FD
Complementary color
Monochromatic Colors of #F1D6FD
Black with #F1D6FD
Text Example
Text Example
White with #F1D6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D6FD; }
p { color: rgb(241,214,253); }
H1.HeaderClassName
{
color: #F1D6FD;
}
.AnyTagClassName
{
color: #F1D6FD;
}
</style>
background-color css
<style>
a { background-color: #F1D6FD; }
a { background-color: rgb(241,214,253); }
div.DivClassName
{
background-color: #F1D6FD;
}
.BgClassName
{
background-color: #F1D6FD;
}
</style>
border-color css
<style>
span { border-color: #F1D6FD; }
span { border-color: rgb(241,214,253); }
td.TdClassName
{
border-color: #F1D6FD;
}
.TagClassName
{
border-color: #F1D6FD;
}
</style>