Shades of Blue Chalk #F6C6FE
Tints of Blue Chalk #F6C6FE
RGB
CMYK
RGB Variations
Color information
#F6C6FE (or 0xF6C6FE) is known color: Blue Chalk. HEX triplet: F6, C6 and FE. RGB value is (246,198,254). Sum of RGB (Red+Green+Blue) = 246+198+254=698 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.24% from 698); Green value is 198 (77.73% from 255 or 28.37% from 698); Blue value is 254 (99.61% from 255 or 36.39% from 698); Max value from RGB is 254 - color contains mainly: blue. Hex color #F6C6FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6C6FE is #093901. Grayscale: #DADADA. Windows color (decimal): -604418 or 16697078. OLE color: 16697078.
HSL color Cylindrical-coordinate representation of color #F6C6FE: hue angle of 291.43º 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 #F6C6FE is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 198 | 254 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.00 |
| HSL | 291.43º | 0.97% | 0.89% | - |
| HSV(B) | 291.43º | 0.22% | 1% | - |
| XYZ | 76.09 | 67.14 | 102.71 | - |
| YUV | 218.74 | 147.9 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 198 | 254 | 0.03 | 0.22 | 0 | 0.00 | 291.43 | 0.97 | 0.89 |
| Hex | F6 | C6 | FE | 3 | 16 | 0 | 0 | 123 | 61 | 59 |
| Octal | 366 | 306 | 376 | 3 | 26 | 0 | 0 | 443 | 141 | 131 |
| Binary | 11110110 | 11000110 | 11111110 | 11 | 10110 | 0 | 0 | 100100011 | 1100001 | 1011001 |
Color Harmonies of #F6C6FE
Complementary color
Monochromatic Colors of #F6C6FE
Black with #F6C6FE
Text Example
Text Example
White with #F6C6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C6FE; }
p { color: rgb(246,198,254); }
H1.HeaderClassName
{
color: #F6C6FE;
}
.AnyTagClassName
{
color: #F6C6FE;
}
</style>
background-color css
<style>
a { background-color: #F6C6FE; }
a { background-color: rgb(246,198,254); }
div.DivClassName
{
background-color: #F6C6FE;
}
.BgClassName
{
background-color: #F6C6FE;
}
</style>
border-color css
<style>
span { border-color: #F6C6FE; }
span { border-color: rgb(246,198,254); }
td.TdClassName
{
border-color: #F6C6FE;
}
.TagClassName
{
border-color: #F6C6FE;
}
</style>