Shades of Blue Chalk #F0D9F9
Tints of Blue Chalk #F0D9F9
RGB
CMYK
RGB Variations
Color information
#F0D9F9 (or 0xF0D9F9) is known color: Blue Chalk. HEX triplet: F0, D9 and F9. RGB value is (240,217,249). Sum of RGB (Red+Green+Blue) = 240+217+249=706 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.99% from 706); Green value is 217 (85.16% from 255 or 30.74% from 706); Blue value is 249 (97.66% from 255 or 35.27% from 706); Max value from RGB is 249 - color contains mainly: blue. Hex color #F0D9F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D9F9 is #0F2606. Grayscale: #E3E3E3. Windows color (decimal): -992775 or 16374256. OLE color: 16374256.
HSL color Cylindrical-coordinate representation of color #F0D9F9: hue angle of 283.12º degrees, saturation: 0.73, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F0D9F9 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 240 | 217 | 249 | - |
CMYK | 0.04 | 0.13 | 0 | 0.02 |
HSL | 283.13º | 0.73% | 0.91% | - |
HSV(B) | 283.13º | 0.13% | 0.98% | - |
XYZ | 77.85 | 74.99 | 99.99 | - |
YUV | 227.53 | 140.12 | 136.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 217 | 249 | 0.04 | 0.13 | 0 | 0.02 | 283.13 | 0.73 | 0.91 |
Hex | F0 | D9 | F9 | 4 | D | 0 | 2 | 11B | 49 | 5B |
Octal | 360 | 331 | 371 | 4 | 15 | 0 | 2 | 433 | 111 | 133 |
Binary | 11110000 | 11011001 | 11111001 | 100 | 1101 | 0 | 10 | 100011011 | 1001001 | 1011011 |
Color Harmonies of #F0D9F9
Complementary color
Monochromatic Colors of #F0D9F9
Black with #F0D9F9
Text Example
Text Example
White with #F0D9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D9F9; }
p { color: rgb(240,217,249); }
H1.HeaderClassName
{
color: #F0D9F9;
}
.AnyTagClassName
{
color: #F0D9F9;
}
</style>
background-color css
<style>
a { background-color: #F0D9F9; }
a { background-color: rgb(240,217,249); }
div.DivClassName
{
background-color: #F0D9F9;
}
.BgClassName
{
background-color: #F0D9F9;
}
</style>
border-color css
<style>
span { border-color: #F0D9F9; }
span { border-color: rgb(240,217,249); }
td.TdClassName
{
border-color: #F0D9F9;
}
.TagClassName
{
border-color: #F0D9F9;
}
</style>