Shades of Blue Chalk #F0D9F8
Tints of Blue Chalk #F0D9F8
RGB
CMYK
RGB Variations
Color information
#F0D9F8 (or 0xF0D9F8) is known color: Blue Chalk. HEX triplet: F0, D9 and F8. RGB value is (240,217,248). Sum of RGB (Red+Green+Blue) = 240+217+248=705 (93% of max value = 765). Red value is 240 (94.14% from 255 or 34.04% from 705); Green value is 217 (85.16% from 255 or 30.78% from 705); Blue value is 248 (97.27% from 255 or 35.18% from 705); Max value from RGB is 248 - color contains mainly: blue. Hex color #F0D9F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D9F8 is #0F2607. Grayscale: #E3E3E3. Windows color (decimal): -992776 or 16308720. OLE color: 16308720.
HSL color Cylindrical-coordinate representation of color #F0D9F8: hue angle of 284.52º degrees, saturation: 0.69, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F0D9F8 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 217 | 248 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.03 |
| HSL | 284.52º | 0.69% | 0.91% | - |
| HSV(B) | 284.52º | 0.13% | 0.97% | - |
| XYZ | 77.69 | 74.93 | 99.17 | - |
| YUV | 227.41 | 139.62 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 217 | 248 | 0.03 | 0.12 | 0 | 0.03 | 284.52 | 0.69 | 0.91 |
| Hex | F0 | D9 | F8 | 3 | C | 0 | 3 | 11D | 45 | 5B |
| Octal | 360 | 331 | 370 | 3 | 14 | 0 | 3 | 435 | 105 | 133 |
| Binary | 11110000 | 11011001 | 11111000 | 11 | 1100 | 0 | 11 | 100011101 | 1000101 | 1011011 |
Color Harmonies of #F0D9F8
Complementary color
Monochromatic Colors of #F0D9F8
Black with #F0D9F8
Text Example
Text Example
White with #F0D9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D9F8; }
p { color: rgb(240,217,248); }
H1.HeaderClassName
{
color: #F0D9F8;
}
.AnyTagClassName
{
color: #F0D9F8;
}
</style>
background-color css
<style>
a { background-color: #F0D9F8; }
a { background-color: rgb(240,217,248); }
div.DivClassName
{
background-color: #F0D9F8;
}
.BgClassName
{
background-color: #F0D9F8;
}
</style>
border-color css
<style>
span { border-color: #F0D9F8; }
span { border-color: rgb(240,217,248); }
td.TdClassName
{
border-color: #F0D9F8;
}
.TagClassName
{
border-color: #F0D9F8;
}
</style>