Shades of Blue Chalk #F0D0FA
Tints of Blue Chalk #F0D0FA
RGB
CMYK
RGB Variations
Color information
#F0D0FA (or 0xF0D0FA) is known color: Blue Chalk. HEX triplet: F0, D0 and FA. RGB value is (240,208,250). Sum of RGB (Red+Green+Blue) = 240+208+250=698 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.38% from 698); Green value is 208 (81.64% from 255 or 29.80% from 698); Blue value is 250 (98.05% from 255 or 35.82% from 698); Max value from RGB is 250 - color contains mainly: blue. Hex color #F0D0FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D0FA is #0F2F05. Grayscale: #DEDEDE. Windows color (decimal): -995078 or 16437488. OLE color: 16437488.
HSL color Cylindrical-coordinate representation of color #F0D0FA: hue angle of 285.71º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F0D0FA is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 208 | 250 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.02 |
| HSL | 285.71º | 0.81% | 0.9% | - |
| HSV(B) | 285.71º | 0.17% | 0.98% | - |
| XYZ | 75.75 | 70.54 | 100.07 | - |
| YUV | 222.36 | 143.6 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 208 | 250 | 0.04 | 0.17 | 0 | 0.02 | 285.71 | 0.81 | 0.9 |
| Hex | F0 | D0 | FA | 4 | 11 | 0 | 2 | 11E | 51 | 5A |
| Octal | 360 | 320 | 372 | 4 | 21 | 0 | 2 | 436 | 121 | 132 |
| Binary | 11110000 | 11010000 | 11111010 | 100 | 10001 | 0 | 10 | 100011110 | 1010001 | 1011010 |
Color Harmonies of #F0D0FA
Complementary color
Monochromatic Colors of #F0D0FA
Black with #F0D0FA
Text Example
Text Example
White with #F0D0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D0FA; }
p { color: rgb(240,208,250); }
H1.HeaderClassName
{
color: #F0D0FA;
}
.AnyTagClassName
{
color: #F0D0FA;
}
</style>
background-color css
<style>
a { background-color: #F0D0FA; }
a { background-color: rgb(240,208,250); }
div.DivClassName
{
background-color: #F0D0FA;
}
.BgClassName
{
background-color: #F0D0FA;
}
</style>
border-color css
<style>
span { border-color: #F0D0FA; }
span { border-color: rgb(240,208,250); }
td.TdClassName
{
border-color: #F0D0FA;
}
.TagClassName
{
border-color: #F0D0FA;
}
</style>