Shades of Blue Chalk #F6CEFF
Tints of Blue Chalk #F6CEFF
RGB
CMYK
RGB Variations
Color information
#F6CEFF (or 0xF6CEFF) is known color: Blue Chalk. HEX triplet: F6, CE and FF. RGB value is (246,206,255). Sum of RGB (Red+Green+Blue) = 246+206+255=707 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.79% from 707); Green value is 206 (80.86% from 255 or 29.14% from 707); Blue value is 255 (100% from 255 or 36.07% from 707); Max value from RGB is 255 - color contains mainly: blue. Hex color #F6CEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CEFF is #093100. Grayscale: #DFDFDF. Windows color (decimal): -602369 or 16764662. OLE color: 16764662.
HSL color Cylindrical-coordinate representation of color #F6CEFF: hue angle of 288.98º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F6CEFF is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 206 | 255 | - |
| CMYK | 0.04 | 0.19 | 0 | 0 |
| HSL | 288.98º | 1% | 0.9% | - |
| HSV(B) | 288.98º | 0.19% | 1% | - |
| XYZ | 78.13 | 70.96 | 104.19 | - |
| YUV | 223.55 | 145.75 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 206 | 255 | 0.04 | 0.19 | 0 | 0 | 288.98 | 1 | 0.9 |
| Hex | F6 | CE | FF | 4 | 13 | 0 | 0 | 121 | 64 | 5A |
| Octal | 366 | 316 | 377 | 4 | 23 | 0 | 0 | 441 | 144 | 132 |
| Binary | 11110110 | 11001110 | 11111111 | 100 | 10011 | 0 | 0 | 100100001 | 1100100 | 1011010 |
Color Harmonies of #F6CEFF
Complementary color
Monochromatic Colors of #F6CEFF
Black with #F6CEFF
Text Example
Text Example
White with #F6CEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CEFF; }
p { color: rgb(246,206,255); }
H1.HeaderClassName
{
color: #F6CEFF;
}
.AnyTagClassName
{
color: #F6CEFF;
}
</style>
background-color css
<style>
a { background-color: #F6CEFF; }
a { background-color: rgb(246,206,255); }
div.DivClassName
{
background-color: #F6CEFF;
}
.BgClassName
{
background-color: #F6CEFF;
}
</style>
border-color css
<style>
span { border-color: #F6CEFF; }
span { border-color: rgb(246,206,255); }
td.TdClassName
{
border-color: #F6CEFF;
}
.TagClassName
{
border-color: #F6CEFF;
}
</style>