Shades of Blue Chalk #F1D1FD
Tints of Blue Chalk #F1D1FD
RGB
CMYK
RGB Variations
Color information
#F1D1FD (or 0xF1D1FD) is known color: Blue Chalk. HEX triplet: F1, D1 and FD. RGB value is (241,209,253). Sum of RGB (Red+Green+Blue) = 241+209+253=703 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.28% from 703); Green value is 209 (82.03% from 255 or 29.73% from 703); Blue value is 253 (99.22% from 255 or 35.99% from 703); Max value from RGB is 253 - color contains mainly: blue. Hex color #F1D1FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D1FD is #0E2E02. Grayscale: #DFDFDF. Windows color (decimal): -929283 or 16634353. OLE color: 16634353.
HSL color Cylindrical-coordinate representation of color #F1D1FD: hue angle of 283.64º degrees, saturation: 0.92, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F1D1FD is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 209 | 253 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.01 |
| HSL | 283.64º | 0.92% | 0.91% | - |
| HSV(B) | 283.64º | 0.17% | 0.99% | - |
| XYZ | 76.81 | 71.39 | 102.66 | - |
| YUV | 223.58 | 144.6 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 209 | 253 | 0.05 | 0.17 | 0 | 0.01 | 283.64 | 0.92 | 0.91 |
| Hex | F1 | D1 | FD | 5 | 11 | 0 | 1 | 11C | 5C | 5B |
| Octal | 361 | 321 | 375 | 5 | 21 | 0 | 1 | 434 | 134 | 133 |
| Binary | 11110001 | 11010001 | 11111101 | 101 | 10001 | 0 | 1 | 100011100 | 1011100 | 1011011 |
Color Harmonies of #F1D1FD
Complementary color
Monochromatic Colors of #F1D1FD
Black with #F1D1FD
Text Example
Text Example
White with #F1D1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D1FD; }
p { color: rgb(241,209,253); }
H1.HeaderClassName
{
color: #F1D1FD;
}
.AnyTagClassName
{
color: #F1D1FD;
}
</style>
background-color css
<style>
a { background-color: #F1D1FD; }
a { background-color: rgb(241,209,253); }
div.DivClassName
{
background-color: #F1D1FD;
}
.BgClassName
{
background-color: #F1D1FD;
}
</style>
border-color css
<style>
span { border-color: #F1D1FD; }
span { border-color: rgb(241,209,253); }
td.TdClassName
{
border-color: #F1D1FD;
}
.TagClassName
{
border-color: #F1D1FD;
}
</style>