Shades of Blue Chalk #F0DAFA
Tints of Blue Chalk #F0DAFA
RGB
CMYK
RGB Variations
Color information
#F0DAFA (or 0xF0DAFA) is known color: Blue Chalk. HEX triplet: F0, DA and FA. RGB value is (240,218,250). Sum of RGB (Red+Green+Blue) = 240+218+250=708 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.90% from 708); Green value is 218 (85.55% from 255 or 30.79% from 708); Blue value is 250 (98.05% from 255 or 35.31% from 708); Max value from RGB is 250 - color contains mainly: blue. Hex color #F0DAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DAFA is #0F2505. Grayscale: #E4E4E4. Windows color (decimal): -992518 or 16440048. OLE color: 16440048.
HSL color Cylindrical-coordinate representation of color #F0DAFA: hue angle of 281.25º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F0DAFA is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 218 | 250 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.02 |
| HSL | 281.25º | 0.76% | 0.92% | - |
| HSV(B) | 281.25º | 0.13% | 0.98% | - |
| XYZ | 78.26 | 75.57 | 100.9 | - |
| YUV | 228.23 | 140.29 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 218 | 250 | 0.04 | 0.13 | 0 | 0.02 | 281.25 | 0.76 | 0.92 |
| Hex | F0 | DA | FA | 4 | D | 0 | 2 | 119 | 4C | 5C |
| Octal | 360 | 332 | 372 | 4 | 15 | 0 | 2 | 431 | 114 | 134 |
| Binary | 11110000 | 11011010 | 11111010 | 100 | 1101 | 0 | 10 | 100011001 | 1001100 | 1011100 |
Color Harmonies of #F0DAFA
Complementary color
Monochromatic Colors of #F0DAFA
Black with #F0DAFA
Text Example
Text Example
White with #F0DAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DAFA; }
p { color: rgb(240,218,250); }
H1.HeaderClassName
{
color: #F0DAFA;
}
.AnyTagClassName
{
color: #F0DAFA;
}
</style>
background-color css
<style>
a { background-color: #F0DAFA; }
a { background-color: rgb(240,218,250); }
div.DivClassName
{
background-color: #F0DAFA;
}
.BgClassName
{
background-color: #F0DAFA;
}
</style>
border-color css
<style>
span { border-color: #F0DAFA; }
span { border-color: rgb(240,218,250); }
td.TdClassName
{
border-color: #F0DAFA;
}
.TagClassName
{
border-color: #F0DAFA;
}
</style>