Shades of Blue Chalk #F0D0FB
Tints of Blue Chalk #F0D0FB
RGB
CMYK
RGB Variations
Color information
#F0D0FB (or 0xF0D0FB) is known color: Blue Chalk. HEX triplet: F0, D0 and FB. RGB value is (240,208,251). Sum of RGB (Red+Green+Blue) = 240+208+251=699 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.33% from 699); Green value is 208 (81.64% from 255 or 29.76% from 699); Blue value is 251 (98.44% from 255 or 35.91% from 699); Max value from RGB is 251 - color contains mainly: blue. Hex color #F0D0FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D0FB is #0F2F04. Grayscale: #DEDEDE. Windows color (decimal): -995077 or 16503024. OLE color: 16503024.
HSL color Cylindrical-coordinate representation of color #F0D0FB: hue angle of 284.65º degrees, saturation: 0.84, 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 #F0D0FB is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 208 | 251 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.02 |
| HSL | 284.65º | 0.84% | 0.9% | - |
| HSV(B) | 284.65º | 0.17% | 0.98% | - |
| XYZ | 75.9 | 70.6 | 100.89 | - |
| YUV | 222.47 | 144.1 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 208 | 251 | 0.04 | 0.17 | 0 | 0.02 | 284.65 | 0.84 | 0.9 |
| Hex | F0 | D0 | FB | 4 | 11 | 0 | 2 | 11D | 54 | 5A |
| Octal | 360 | 320 | 373 | 4 | 21 | 0 | 2 | 435 | 124 | 132 |
| Binary | 11110000 | 11010000 | 11111011 | 100 | 10001 | 0 | 10 | 100011101 | 1010100 | 1011010 |
Color Harmonies of #F0D0FB
Complementary color
Monochromatic Colors of #F0D0FB
Black with #F0D0FB
Text Example
Text Example
White with #F0D0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D0FB; }
p { color: rgb(240,208,251); }
H1.HeaderClassName
{
color: #F0D0FB;
}
.AnyTagClassName
{
color: #F0D0FB;
}
</style>
background-color css
<style>
a { background-color: #F0D0FB; }
a { background-color: rgb(240,208,251); }
div.DivClassName
{
background-color: #F0D0FB;
}
.BgClassName
{
background-color: #F0D0FB;
}
</style>
border-color css
<style>
span { border-color: #F0D0FB; }
span { border-color: rgb(240,208,251); }
td.TdClassName
{
border-color: #F0D0FB;
}
.TagClassName
{
border-color: #F0D0FB;
}
</style>