Shades of Blue Chalk #F0D7FE
Tints of Blue Chalk #F0D7FE
RGB
CMYK
RGB Variations
Color information
#F0D7FE (or 0xF0D7FE) is known color: Blue Chalk. HEX triplet: F0, D7 and FE. RGB value is (240,215,254). Sum of RGB (Red+Green+Blue) = 240+215+254=709 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.85% from 709); Green value is 215 (84.38% from 255 or 30.32% from 709); Blue value is 254 (99.61% from 255 or 35.83% from 709); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0D7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D7FE is #0F2801. Grayscale: #E2E2E2. Windows color (decimal): -993282 or 16701424. OLE color: 16701424.
HSL color Cylindrical-coordinate representation of color #F0D7FE: hue angle of 278.46º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0D7FE is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 215 | 254 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.00 |
| HSL | 278.46º | 0.95% | 0.92% | - |
| HSV(B) | 278.46º | 0.15% | 1% | - |
| XYZ | 78.13 | 74.28 | 103.99 | - |
| YUV | 226.92 | 143.28 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 215 | 254 | 0.06 | 0.15 | 0 | 0.00 | 278.46 | 0.95 | 0.92 |
| Hex | F0 | D7 | FE | 6 | F | 0 | 0 | 116 | 5F | 5C |
| Octal | 360 | 327 | 376 | 6 | 17 | 0 | 0 | 426 | 137 | 134 |
| Binary | 11110000 | 11010111 | 11111110 | 110 | 1111 | 0 | 0 | 100010110 | 1011111 | 1011100 |
Color Harmonies of #F0D7FE
Complementary color
Monochromatic Colors of #F0D7FE
Black with #F0D7FE
Text Example
Text Example
White with #F0D7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D7FE; }
p { color: rgb(240,215,254); }
H1.HeaderClassName
{
color: #F0D7FE;
}
.AnyTagClassName
{
color: #F0D7FE;
}
</style>
background-color css
<style>
a { background-color: #F0D7FE; }
a { background-color: rgb(240,215,254); }
div.DivClassName
{
background-color: #F0D7FE;
}
.BgClassName
{
background-color: #F0D7FE;
}
</style>
border-color css
<style>
span { border-color: #F0D7FE; }
span { border-color: rgb(240,215,254); }
td.TdClassName
{
border-color: #F0D7FE;
}
.TagClassName
{
border-color: #F0D7FE;
}
</style>