Shades of Blue Chalk #F1D6FB
Tints of Blue Chalk #F1D6FB
RGB
CMYK
RGB Variations
Color information
#F1D6FB (or 0xF1D6FB) is known color: Blue Chalk. HEX triplet: F1, D6 and FB. RGB value is (241,214,251). Sum of RGB (Red+Green+Blue) = 241+214+251=706 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.14% from 706); Green value is 214 (83.98% from 255 or 30.31% from 706); Blue value is 251 (98.44% from 255 or 35.55% from 706); Max value from RGB is 251 - color contains mainly: blue. Hex color #F1D6FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D6FB is #0E2904. Grayscale: #E2E2E2. Windows color (decimal): -928005 or 16504561. OLE color: 16504561.
HSL color Cylindrical-coordinate representation of color #F1D6FB: hue angle of 283.78º degrees, saturation: 0.82, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F1D6FB is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 214 | 251 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.02 |
| HSL | 283.78º | 0.82% | 0.91% | - |
| HSV(B) | 283.78º | 0.15% | 0.98% | - |
| XYZ | 77.73 | 73.76 | 101.41 | - |
| YUV | 226.29 | 141.95 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 214 | 251 | 0.04 | 0.15 | 0 | 0.02 | 283.78 | 0.82 | 0.91 |
| Hex | F1 | D6 | FB | 4 | F | 0 | 2 | 11C | 52 | 5B |
| Octal | 361 | 326 | 373 | 4 | 17 | 0 | 2 | 434 | 122 | 133 |
| Binary | 11110001 | 11010110 | 11111011 | 100 | 1111 | 0 | 10 | 100011100 | 1010010 | 1011011 |
Color Harmonies of #F1D6FB
Complementary color
Monochromatic Colors of #F1D6FB
Black with #F1D6FB
Text Example
Text Example
White with #F1D6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D6FB; }
p { color: rgb(241,214,251); }
H1.HeaderClassName
{
color: #F1D6FB;
}
.AnyTagClassName
{
color: #F1D6FB;
}
</style>
background-color css
<style>
a { background-color: #F1D6FB; }
a { background-color: rgb(241,214,251); }
div.DivClassName
{
background-color: #F1D6FB;
}
.BgClassName
{
background-color: #F1D6FB;
}
</style>
border-color css
<style>
span { border-color: #F1D6FB; }
span { border-color: rgb(241,214,251); }
td.TdClassName
{
border-color: #F1D6FB;
}
.TagClassName
{
border-color: #F1D6FB;
}
</style>