Shades of Blue Chalk #F0D5F8
Tints of Blue Chalk #F0D5F8
RGB
CMYK
RGB Variations
Color information
#F0D5F8 (or 0xF0D5F8) is known color: Blue Chalk. HEX triplet: F0, D5 and F8. RGB value is (240,213,248). Sum of RGB (Red+Green+Blue) = 240+213+248=701 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.24% from 701); Green value is 213 (83.59% from 255 or 30.39% from 701); Blue value is 248 (97.27% from 255 or 35.38% from 701); Max value from RGB is 248 - color contains mainly: blue. Hex color #F0D5F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D5F8 is #0F2A07. Grayscale: #E0E0E0. Windows color (decimal): -993800 or 16307696. OLE color: 16307696.
HSL color Cylindrical-coordinate representation of color #F0D5F8: hue angle of 286.29º degrees, saturation: 0.71, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0D5F8 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 213 | 248 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.03 |
| HSL | 286.29º | 0.71% | 0.9% | - |
| HSV(B) | 286.29º | 0.14% | 0.97% | - |
| XYZ | 76.67 | 72.89 | 98.84 | - |
| YUV | 225.06 | 140.95 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 213 | 248 | 0.03 | 0.14 | 0 | 0.03 | 286.29 | 0.71 | 0.9 |
| Hex | F0 | D5 | F8 | 3 | E | 0 | 3 | 11E | 47 | 5A |
| Octal | 360 | 325 | 370 | 3 | 16 | 0 | 3 | 436 | 107 | 132 |
| Binary | 11110000 | 11010101 | 11111000 | 11 | 1110 | 0 | 11 | 100011110 | 1000111 | 1011010 |
Color Harmonies of #F0D5F8
Complementary color
Monochromatic Colors of #F0D5F8
Black with #F0D5F8
Text Example
Text Example
White with #F0D5F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D5F8; }
p { color: rgb(240,213,248); }
H1.HeaderClassName
{
color: #F0D5F8;
}
.AnyTagClassName
{
color: #F0D5F8;
}
</style>
background-color css
<style>
a { background-color: #F0D5F8; }
a { background-color: rgb(240,213,248); }
div.DivClassName
{
background-color: #F0D5F8;
}
.BgClassName
{
background-color: #F0D5F8;
}
</style>
border-color css
<style>
span { border-color: #F0D5F8; }
span { border-color: rgb(240,213,248); }
td.TdClassName
{
border-color: #F0D5F8;
}
.TagClassName
{
border-color: #F0D5F8;
}
</style>