Shades of Blue Chalk #F0C7F8
Tints of Blue Chalk #F0C7F8
RGB
CMYK
RGB Variations
Color information
#F0C7F8 (or 0xF0C7F8) is known color: Blue Chalk. HEX triplet: F0, C7 and F8. RGB value is (240,199,248). Sum of RGB (Red+Green+Blue) = 240+199+248=687 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.93% from 687); Green value is 199 (78.12% from 255 or 28.97% from 687); Blue value is 248 (97.27% from 255 or 36.10% from 687); Max value from RGB is 248 - color contains mainly: blue. Hex color #F0C7F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C7F8 is #0F3807. Grayscale: #D8D8D8. Windows color (decimal): -997384 or 16304112. OLE color: 16304112.
HSL color Cylindrical-coordinate representation of color #F0C7F8: hue angle of 290.2º degrees, saturation: 0.78, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0C7F8 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 199 | 248 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.03 |
| HSL | 290.2º | 0.78% | 0.88% | - |
| HSV(B) | 290.2º | 0.2% | 0.97% | - |
| XYZ | 73.3 | 66.15 | 97.71 | - |
| YUV | 216.85 | 145.58 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 199 | 248 | 0.03 | 0.20 | 0 | 0.03 | 290.2 | 0.78 | 0.88 |
| Hex | F0 | C7 | F8 | 3 | 14 | 0 | 3 | 122 | 4E | 58 |
| Octal | 360 | 307 | 370 | 3 | 24 | 0 | 3 | 442 | 116 | 130 |
| Binary | 11110000 | 11000111 | 11111000 | 11 | 10100 | 0 | 11 | 100100010 | 1001110 | 1011000 |
Color Harmonies of #F0C7F8
Complementary color
Monochromatic Colors of #F0C7F8
Black with #F0C7F8
Text Example
Text Example
White with #F0C7F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C7F8; }
p { color: rgb(240,199,248); }
H1.HeaderClassName
{
color: #F0C7F8;
}
.AnyTagClassName
{
color: #F0C7F8;
}
</style>
background-color css
<style>
a { background-color: #F0C7F8; }
a { background-color: rgb(240,199,248); }
div.DivClassName
{
background-color: #F0C7F8;
}
.BgClassName
{
background-color: #F0C7F8;
}
</style>
border-color css
<style>
span { border-color: #F0C7F8; }
span { border-color: rgb(240,199,248); }
td.TdClassName
{
border-color: #F0C7F8;
}
.TagClassName
{
border-color: #F0C7F8;
}
</style>