Shades of Blue Chalk #F3C7FF
Tints of Blue Chalk #F3C7FF
RGB
CMYK
RGB Variations
Color information
#F3C7FF (or 0xF3C7FF) is known color: Blue Chalk. HEX triplet: F3, C7 and FF. RGB value is (243,199,255). Sum of RGB (Red+Green+Blue) = 243+199+255=697 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.86% from 697); Green value is 199 (78.12% from 255 or 28.55% from 697); Blue value is 255 (100% from 255 or 36.59% from 697); Max value from RGB is 255 - color contains mainly: blue. Hex color #F3C7FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3C7FF is #0C3800. Grayscale: #DADADA. Windows color (decimal): -800769 or 16762867. OLE color: 16762867.
HSL color Cylindrical-coordinate representation of color #F3C7FF: hue angle of 287.14º 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 #F3C7FF is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 199 | 255 | - |
| CMYK | 0.05 | 0.22 | 0 | 0 |
| HSL | 287.14º | 1% | 0.89% | - |
| HSV(B) | 287.14º | 0.22% | 1% | - |
| XYZ | 75.44 | 67.12 | 103.59 | - |
| YUV | 218.54 | 148.58 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 199 | 255 | 0.05 | 0.22 | 0 | 0 | 287.14 | 1 | 0.89 |
| Hex | F3 | C7 | FF | 5 | 16 | 0 | 0 | 11F | 64 | 59 |
| Octal | 363 | 307 | 377 | 5 | 26 | 0 | 0 | 437 | 144 | 131 |
| Binary | 11110011 | 11000111 | 11111111 | 101 | 10110 | 0 | 0 | 100011111 | 1100100 | 1011001 |
Color Harmonies of #F3C7FF
Complementary color
Monochromatic Colors of #F3C7FF
Black with #F3C7FF
Text Example
Text Example
White with #F3C7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C7FF; }
p { color: rgb(243,199,255); }
H1.HeaderClassName
{
color: #F3C7FF;
}
.AnyTagClassName
{
color: #F3C7FF;
}
</style>
background-color css
<style>
a { background-color: #F3C7FF; }
a { background-color: rgb(243,199,255); }
div.DivClassName
{
background-color: #F3C7FF;
}
.BgClassName
{
background-color: #F3C7FF;
}
</style>
border-color css
<style>
span { border-color: #F3C7FF; }
span { border-color: rgb(243,199,255); }
td.TdClassName
{
border-color: #F3C7FF;
}
.TagClassName
{
border-color: #F3C7FF;
}
</style>