Shades of Blue Chalk #F0C7FD
Tints of Blue Chalk #F0C7FD
RGB
CMYK
RGB Variations
Color information
#F0C7FD (or 0xF0C7FD) is known color: Blue Chalk. HEX triplet: F0, C7 and FD. RGB value is (240,199,253). Sum of RGB (Red+Green+Blue) = 240+199+253=692 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.68% from 692); Green value is 199 (78.12% from 255 or 28.76% from 692); Blue value is 253 (99.22% from 255 or 36.56% from 692); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0C7FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C7FD is #0F3802. Grayscale: #D9D9D9. Windows color (decimal): -997379 or 16631792. OLE color: 16631792.
HSL color Cylindrical-coordinate representation of color #F0C7FD: hue angle of 285.56º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0C7FD is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 199 | 253 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.01 |
| HSL | 285.56º | 0.93% | 0.89% | - |
| HSV(B) | 285.56º | 0.21% | 0.99% | - |
| XYZ | 74.09 | 66.46 | 101.85 | - |
| YUV | 217.42 | 148.08 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 199 | 253 | 0.05 | 0.21 | 0 | 0.01 | 285.56 | 0.93 | 0.89 |
| Hex | F0 | C7 | FD | 5 | 15 | 0 | 1 | 11E | 5D | 59 |
| Octal | 360 | 307 | 375 | 5 | 25 | 0 | 1 | 436 | 135 | 131 |
| Binary | 11110000 | 11000111 | 11111101 | 101 | 10101 | 0 | 1 | 100011110 | 1011101 | 1011001 |
Color Harmonies of #F0C7FD
Complementary color
Monochromatic Colors of #F0C7FD
Black with #F0C7FD
Text Example
Text Example
White with #F0C7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C7FD; }
p { color: rgb(240,199,253); }
H1.HeaderClassName
{
color: #F0C7FD;
}
.AnyTagClassName
{
color: #F0C7FD;
}
</style>
background-color css
<style>
a { background-color: #F0C7FD; }
a { background-color: rgb(240,199,253); }
div.DivClassName
{
background-color: #F0C7FD;
}
.BgClassName
{
background-color: #F0C7FD;
}
</style>
border-color css
<style>
span { border-color: #F0C7FD; }
span { border-color: rgb(240,199,253); }
td.TdClassName
{
border-color: #F0C7FD;
}
.TagClassName
{
border-color: #F0C7FD;
}
</style>