Shades of Blue Chalk #F1D0FD
Tints of Blue Chalk #F1D0FD
RGB
CMYK
RGB Variations
Color information
#F1D0FD (or 0xF1D0FD) is known color: Blue Chalk. HEX triplet: F1, D0 and FD. RGB value is (241,208,253). Sum of RGB (Red+Green+Blue) = 241+208+253=702 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.33% from 702); Green value is 208 (81.64% from 255 or 29.63% from 702); Blue value is 253 (99.22% from 255 or 36.04% from 702); Max value from RGB is 253 - color contains mainly: blue. Hex color #F1D0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D0FD is #0E2F02. Grayscale: #DEDEDE. Windows color (decimal): -929539 or 16634097. OLE color: 16634097.
HSL color Cylindrical-coordinate representation of color #F1D0FD: hue angle of 284º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F1D0FD is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 208 | 253 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.01 |
| HSL | 284º | 0.92% | 0.9% | - |
| HSV(B) | 284º | 0.18% | 0.99% | - |
| XYZ | 76.56 | 70.9 | 102.58 | - |
| YUV | 223 | 144.93 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 208 | 253 | 0.05 | 0.18 | 0 | 0.01 | 284 | 0.92 | 0.9 |
| Hex | F1 | D0 | FD | 5 | 12 | 0 | 1 | 11C | 5C | 5A |
| Octal | 361 | 320 | 375 | 5 | 22 | 0 | 1 | 434 | 134 | 132 |
| Binary | 11110001 | 11010000 | 11111101 | 101 | 10010 | 0 | 1 | 100011100 | 1011100 | 1011010 |
Color Harmonies of #F1D0FD
Complementary color
Monochromatic Colors of #F1D0FD
Black with #F1D0FD
Text Example
Text Example
White with #F1D0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D0FD; }
p { color: rgb(241,208,253); }
H1.HeaderClassName
{
color: #F1D0FD;
}
.AnyTagClassName
{
color: #F1D0FD;
}
</style>
background-color css
<style>
a { background-color: #F1D0FD; }
a { background-color: rgb(241,208,253); }
div.DivClassName
{
background-color: #F1D0FD;
}
.BgClassName
{
background-color: #F1D0FD;
}
</style>
border-color css
<style>
span { border-color: #F1D0FD; }
span { border-color: rgb(241,208,253); }
td.TdClassName
{
border-color: #F1D0FD;
}
.TagClassName
{
border-color: #F1D0FD;
}
</style>