Shades of Blue Chalk #F3C6FF
Tints of Blue Chalk #F3C6FF
RGB
CMYK
RGB Variations
Color information
#F3C6FF (or 0xF3C6FF) is known color: Blue Chalk. HEX triplet: F3, C6 and FF. RGB value is (243,198,255). Sum of RGB (Red+Green+Blue) = 243+198+255=696 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.91% from 696); Green value is 198 (77.73% from 255 or 28.45% from 696); Blue value is 255 (100% from 255 or 36.64% from 696); Max value from RGB is 255 - color contains mainly: blue. Hex color #F3C6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3C6FF is #0C3900. Grayscale: #D9D9D9. Windows color (decimal): -801025 or 16762611. OLE color: 16762611.
HSL color Cylindrical-coordinate representation of color #F3C6FF: hue angle of 287.37º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F3C6FF is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 198 | 255 | - |
| CMYK | 0.05 | 0.22 | 0 | 0 |
| HSL | 287.37º | 1% | 0.89% | - |
| HSV(B) | 287.37º | 0.22% | 1% | - |
| XYZ | 75.21 | 66.66 | 103.51 | - |
| YUV | 217.95 | 148.91 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 198 | 255 | 0.05 | 0.22 | 0 | 0 | 287.37 | 1 | 0.89 |
| Hex | F3 | C6 | FF | 5 | 16 | 0 | 0 | 11F | 64 | 59 |
| Octal | 363 | 306 | 377 | 5 | 26 | 0 | 0 | 437 | 144 | 131 |
| Binary | 11110011 | 11000110 | 11111111 | 101 | 10110 | 0 | 0 | 100011111 | 1100100 | 1011001 |
Color Harmonies of #F3C6FF
Complementary color
Monochromatic Colors of #F3C6FF
Black with #F3C6FF
Text Example
Text Example
White with #F3C6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C6FF; }
p { color: rgb(243,198,255); }
H1.HeaderClassName
{
color: #F3C6FF;
}
.AnyTagClassName
{
color: #F3C6FF;
}
</style>
background-color css
<style>
a { background-color: #F3C6FF; }
a { background-color: rgb(243,198,255); }
div.DivClassName
{
background-color: #F3C6FF;
}
.BgClassName
{
background-color: #F3C6FF;
}
</style>
border-color css
<style>
span { border-color: #F3C6FF; }
span { border-color: rgb(243,198,255); }
td.TdClassName
{
border-color: #F3C6FF;
}
.TagClassName
{
border-color: #F3C6FF;
}
</style>