Shades of Blue Chalk #F2C6FE
Tints of Blue Chalk #F2C6FE
RGB
CMYK
RGB Variations
Color information
#F2C6FE (or 0xF2C6FE) is known color: Blue Chalk. HEX triplet: F2, C6 and FE. RGB value is (242,198,254). Sum of RGB (Red+Green+Blue) = 242+198+254=694 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.87% from 694); Green value is 198 (77.73% from 255 or 28.53% from 694); Blue value is 254 (99.61% from 255 or 36.60% from 694); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2C6FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C6FE is #0D3901. Grayscale: #D9D9D9. Windows color (decimal): -866562 or 16697074. OLE color: 16697074.
HSL color Cylindrical-coordinate representation of color #F2C6FE: hue angle of 287.14º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2C6FE is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 198 | 254 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.00 |
| HSL | 287.14º | 0.97% | 0.89% | - |
| HSV(B) | 287.14º | 0.22% | 1% | - |
| XYZ | 74.7 | 66.42 | 102.65 | - |
| YUV | 217.54 | 148.58 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 198 | 254 | 0.05 | 0.22 | 0 | 0.00 | 287.14 | 0.97 | 0.89 |
| Hex | F2 | C6 | FE | 5 | 16 | 0 | 0 | 11F | 61 | 59 |
| Octal | 362 | 306 | 376 | 5 | 26 | 0 | 0 | 437 | 141 | 131 |
| Binary | 11110010 | 11000110 | 11111110 | 101 | 10110 | 0 | 0 | 100011111 | 1100001 | 1011001 |
Color Harmonies of #F2C6FE
Complementary color
Monochromatic Colors of #F2C6FE
Black with #F2C6FE
Text Example
Text Example
White with #F2C6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C6FE; }
p { color: rgb(242,198,254); }
H1.HeaderClassName
{
color: #F2C6FE;
}
.AnyTagClassName
{
color: #F2C6FE;
}
</style>
background-color css
<style>
a { background-color: #F2C6FE; }
a { background-color: rgb(242,198,254); }
div.DivClassName
{
background-color: #F2C6FE;
}
.BgClassName
{
background-color: #F2C6FE;
}
</style>
border-color css
<style>
span { border-color: #F2C6FE; }
span { border-color: rgb(242,198,254); }
td.TdClassName
{
border-color: #F2C6FE;
}
.TagClassName
{
border-color: #F2C6FE;
}
</style>