Shades of Blue Chalk #F0DAFC
Tints of Blue Chalk #F0DAFC
RGB
CMYK
RGB Variations
Color information
#F0DAFC (or 0xF0DAFC) is known color: Blue Chalk. HEX triplet: F0, DA and FC. RGB value is (240,218,252). Sum of RGB (Red+Green+Blue) = 240+218+252=710 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.80% from 710); Green value is 218 (85.55% from 255 or 30.70% from 710); Blue value is 252 (98.83% from 255 or 35.49% from 710); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0DAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DAFC is #0F2503. Grayscale: #E4E4E4. Windows color (decimal): -992516 or 16571120. OLE color: 16571120.
HSL color Cylindrical-coordinate representation of color #F0DAFC: hue angle of 278.82º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F0DAFC is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 218 | 252 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.01 |
| HSL | 278.82º | 0.85% | 0.92% | - |
| HSV(B) | 278.82º | 0.13% | 0.99% | - |
| XYZ | 78.58 | 75.7 | 102.56 | - |
| YUV | 228.45 | 141.29 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 218 | 252 | 0.05 | 0.13 | 0 | 0.01 | 278.82 | 0.85 | 0.92 |
| Hex | F0 | DA | FC | 5 | D | 0 | 1 | 117 | 55 | 5C |
| Octal | 360 | 332 | 374 | 5 | 15 | 0 | 1 | 427 | 125 | 134 |
| Binary | 11110000 | 11011010 | 11111100 | 101 | 1101 | 0 | 1 | 100010111 | 1010101 | 1011100 |
Color Harmonies of #F0DAFC
Complementary color
Monochromatic Colors of #F0DAFC
Black with #F0DAFC
Text Example
Text Example
White with #F0DAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DAFC; }
p { color: rgb(240,218,252); }
H1.HeaderClassName
{
color: #F0DAFC;
}
.AnyTagClassName
{
color: #F0DAFC;
}
</style>
background-color css
<style>
a { background-color: #F0DAFC; }
a { background-color: rgb(240,218,252); }
div.DivClassName
{
background-color: #F0DAFC;
}
.BgClassName
{
background-color: #F0DAFC;
}
</style>
border-color css
<style>
span { border-color: #F0DAFC; }
span { border-color: rgb(240,218,252); }
td.TdClassName
{
border-color: #F0DAFC;
}
.TagClassName
{
border-color: #F0DAFC;
}
</style>