Shades of Blue Chalk #F0D1F8
Tints of Blue Chalk #F0D1F8
RGB
CMYK
RGB Variations
Color information
#F0D1F8 (or 0xF0D1F8) is known color: Blue Chalk. HEX triplet: F0, D1 and F8. RGB value is (240,209,248). Sum of RGB (Red+Green+Blue) = 240+209+248=697 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.43% from 697); Green value is 209 (82.03% from 255 or 29.99% from 697); Blue value is 248 (97.27% from 255 or 35.58% from 697); Max value from RGB is 248 - color contains mainly: blue. Hex color #F0D1F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D1F8 is #0F2E07. Grayscale: #DEDEDE. Windows color (decimal): -994824 or 16306672. OLE color: 16306672.
HSL color Cylindrical-coordinate representation of color #F0D1F8: hue angle of 287.69º degrees, saturation: 0.74, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0D1F8 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 209 | 248 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.03 |
| HSL | 287.69º | 0.74% | 0.9% | - |
| HSV(B) | 287.69º | 0.16% | 0.97% | - |
| XYZ | 75.68 | 70.9 | 98.5 | - |
| YUV | 222.72 | 142.27 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 209 | 248 | 0.03 | 0.16 | 0 | 0.03 | 287.69 | 0.74 | 0.9 |
| Hex | F0 | D1 | F8 | 3 | 10 | 0 | 3 | 120 | 4A | 5A |
| Octal | 360 | 321 | 370 | 3 | 20 | 0 | 3 | 440 | 112 | 132 |
| Binary | 11110000 | 11010001 | 11111000 | 11 | 10000 | 0 | 11 | 100100000 | 1001010 | 1011010 |
Color Harmonies of #F0D1F8
Complementary color
Monochromatic Colors of #F0D1F8
Black with #F0D1F8
Text Example
Text Example
White with #F0D1F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D1F8; }
p { color: rgb(240,209,248); }
H1.HeaderClassName
{
color: #F0D1F8;
}
.AnyTagClassName
{
color: #F0D1F8;
}
</style>
background-color css
<style>
a { background-color: #F0D1F8; }
a { background-color: rgb(240,209,248); }
div.DivClassName
{
background-color: #F0D1F8;
}
.BgClassName
{
background-color: #F0D1F8;
}
</style>
border-color css
<style>
span { border-color: #F0D1F8; }
span { border-color: rgb(240,209,248); }
td.TdClassName
{
border-color: #F0D1F8;
}
.TagClassName
{
border-color: #F0D1F8;
}
</style>