Shades of Blue Chalk #F0C8FD
Tints of Blue Chalk #F0C8FD
RGB
CMYK
RGB Variations
Color information
#F0C8FD (or 0xF0C8FD) is known color: Blue Chalk. HEX triplet: F0, C8 and FD. RGB value is (240,200,253). Sum of RGB (Red+Green+Blue) = 240+200+253=693 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.63% from 693); Green value is 200 (78.52% from 255 or 28.86% from 693); Blue value is 253 (99.22% from 255 or 36.51% from 693); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0C8FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C8FD is #0F3702. Grayscale: #D9D9D9. Windows color (decimal): -997123 or 16632048. OLE color: 16632048.
HSL color Cylindrical-coordinate representation of color #F0C8FD: hue angle of 285.28º 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 #F0C8FD is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 200 | 253 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.01 |
| HSL | 285.28º | 0.93% | 0.89% | - |
| HSV(B) | 285.28º | 0.21% | 0.99% | - |
| XYZ | 74.32 | 66.93 | 101.93 | - |
| YUV | 218 | 147.75 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 200 | 253 | 0.05 | 0.21 | 0 | 0.01 | 285.28 | 0.93 | 0.89 |
| Hex | F0 | C8 | FD | 5 | 15 | 0 | 1 | 11D | 5D | 59 |
| Octal | 360 | 310 | 375 | 5 | 25 | 0 | 1 | 435 | 135 | 131 |
| Binary | 11110000 | 11001000 | 11111101 | 101 | 10101 | 0 | 1 | 100011101 | 1011101 | 1011001 |
Color Harmonies of #F0C8FD
Complementary color
Monochromatic Colors of #F0C8FD
Black with #F0C8FD
Text Example
Text Example
White with #F0C8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C8FD; }
p { color: rgb(240,200,253); }
H1.HeaderClassName
{
color: #F0C8FD;
}
.AnyTagClassName
{
color: #F0C8FD;
}
</style>
background-color css
<style>
a { background-color: #F0C8FD; }
a { background-color: rgb(240,200,253); }
div.DivClassName
{
background-color: #F0C8FD;
}
.BgClassName
{
background-color: #F0C8FD;
}
</style>
border-color css
<style>
span { border-color: #F0C8FD; }
span { border-color: rgb(240,200,253); }
td.TdClassName
{
border-color: #F0C8FD;
}
.TagClassName
{
border-color: #F0C8FD;
}
</style>