Shades of Blue Chalk #F0D6FE
Tints of Blue Chalk #F0D6FE
RGB
CMYK
RGB Variations
Color information
#F0D6FE (or 0xF0D6FE) is known color: Blue Chalk. HEX triplet: F0, D6 and FE. RGB value is (240,214,254). Sum of RGB (Red+Green+Blue) = 240+214+254=708 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.90% from 708); Green value is 214 (83.98% from 255 or 30.23% from 708); Blue value is 254 (99.61% from 255 or 35.88% from 708); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0D6FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D6FE is #0F2901. Grayscale: #E2E2E2. Windows color (decimal): -993538 or 16701168. OLE color: 16701168.
HSL color Cylindrical-coordinate representation of color #F0D6FE: hue angle of 279º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0D6FE is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 214 | 254 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.00 |
| HSL | 279º | 0.95% | 0.92% | - |
| HSV(B) | 279º | 0.16% | 1% | - |
| XYZ | 77.87 | 73.77 | 103.9 | - |
| YUV | 226.33 | 143.61 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 214 | 254 | 0.06 | 0.16 | 0 | 0.00 | 279 | 0.95 | 0.92 |
| Hex | F0 | D6 | FE | 6 | 10 | 0 | 0 | 117 | 5F | 5C |
| Octal | 360 | 326 | 376 | 6 | 20 | 0 | 0 | 427 | 137 | 134 |
| Binary | 11110000 | 11010110 | 11111110 | 110 | 10000 | 0 | 0 | 100010111 | 1011111 | 1011100 |
Color Harmonies of #F0D6FE
Complementary color
Monochromatic Colors of #F0D6FE
Black with #F0D6FE
Text Example
Text Example
White with #F0D6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D6FE; }
p { color: rgb(240,214,254); }
H1.HeaderClassName
{
color: #F0D6FE;
}
.AnyTagClassName
{
color: #F0D6FE;
}
</style>
background-color css
<style>
a { background-color: #F0D6FE; }
a { background-color: rgb(240,214,254); }
div.DivClassName
{
background-color: #F0D6FE;
}
.BgClassName
{
background-color: #F0D6FE;
}
</style>
border-color css
<style>
span { border-color: #F0D6FE; }
span { border-color: rgb(240,214,254); }
td.TdClassName
{
border-color: #F0D6FE;
}
.TagClassName
{
border-color: #F0D6FE;
}
</style>