Shades of Blue Chalk #F6CFFE
Tints of Blue Chalk #F6CFFE
RGB
CMYK
RGB Variations
Color information
#F6CFFE (or 0xF6CFFE) is known color: Blue Chalk. HEX triplet: F6, CF and FE. RGB value is (246,207,254). Sum of RGB (Red+Green+Blue) = 246+207+254=707 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.79% from 707); Green value is 207 (81.25% from 255 or 29.28% from 707); Blue value is 254 (99.61% from 255 or 35.93% from 707); Max value from RGB is 254 - color contains mainly: blue. Hex color #F6CFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CFFE is #093001. Grayscale: #DFDFDF. Windows color (decimal): -602114 or 16699382. OLE color: 16699382.
HSL color Cylindrical-coordinate representation of color #F6CFFE: hue angle of 289.79º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F6CFFE is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 207 | 254 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.00 |
| HSL | 289.79º | 0.96% | 0.9% | - |
| HSV(B) | 289.79º | 0.19% | 1% | - |
| XYZ | 78.21 | 71.37 | 103.42 | - |
| YUV | 224.02 | 144.92 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 207 | 254 | 0.03 | 0.19 | 0 | 0.00 | 289.79 | 0.96 | 0.9 |
| Hex | F6 | CF | FE | 3 | 13 | 0 | 0 | 122 | 60 | 5A |
| Octal | 366 | 317 | 376 | 3 | 23 | 0 | 0 | 442 | 140 | 132 |
| Binary | 11110110 | 11001111 | 11111110 | 11 | 10011 | 0 | 0 | 100100010 | 1100000 | 1011010 |
Color Harmonies of #F6CFFE
Complementary color
Monochromatic Colors of #F6CFFE
Black with #F6CFFE
Text Example
Text Example
White with #F6CFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CFFE; }
p { color: rgb(246,207,254); }
H1.HeaderClassName
{
color: #F6CFFE;
}
.AnyTagClassName
{
color: #F6CFFE;
}
</style>
background-color css
<style>
a { background-color: #F6CFFE; }
a { background-color: rgb(246,207,254); }
div.DivClassName
{
background-color: #F6CFFE;
}
.BgClassName
{
background-color: #F6CFFE;
}
</style>
border-color css
<style>
span { border-color: #F6CFFE; }
span { border-color: rgb(246,207,254); }
td.TdClassName
{
border-color: #F6CFFE;
}
.TagClassName
{
border-color: #F6CFFE;
}
</style>